core: Include stdbool.h
authorDaniel Wagner <daniel.wagner@bmw-carit.de>
Wed, 14 Aug 2013 07:27:49 +0000 (09:27 +0200)
committerSamuel Ortiz <sameo@linux.intel.com>
Tue, 20 Aug 2013 09:05:30 +0000 (11:05 +0200)
In preperation to drop near_bool_t and use stdbool instead.

src/near.h

index e8ae152..289619e 100644 (file)
@@ -20,6 +20,7 @@
  */
 
 #include <stdint.h>
+#include <stdbool.h>
 #include <sys/socket.h>
 
 #include <linux/socket.h>