summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2013-08-14 09:27:49 +0200
committerSamuel Ortiz <sameo@linux.intel.com>2013-08-20 11:05:30 +0200
commitab53a6956a2ffac731ad70aa4f54cca1e55f25cc (patch)
tree32b27274f35a51c6b98afc4894322e6a42c62dd8
parent213790f76aff79ee9f6a230243a148ba5b3730bc (diff)
downloadneard-ab53a6956a2ffac731ad70aa4f54cca1e55f25cc.tar.gz
neard-ab53a6956a2ffac731ad70aa4f54cca1e55f25cc.tar.bz2
neard-ab53a6956a2ffac731ad70aa4f54cca1e55f25cc.zip
core: Include stdbool.h
In preperation to drop near_bool_t and use stdbool instead.
-rw-r--r--src/near.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/near.h b/src/near.h
index e8ae152..289619e 100644
--- a/src/near.h
+++ b/src/near.h
@@ -20,6 +20,7 @@
*/
#include <stdint.h>
+#include <stdbool.h>
#include <sys/socket.h>
#include <linux/socket.h>