aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDaniel Wagner <daniel.wagner@bmw-carit.de>2013-08-08 10:42:34 +0200
committerPatrik Flykt <patrik.flykt@linux.intel.com>2013-08-20 11:33:29 +0300
commit82cc16bfb9362607982ed9637108dff5d583431b (patch)
tree23541f45ae60b51eab3abcd08f1be56a5079e301
parent3419c6ca716da4ffd8ff1640b9ea37e9eb1103b7 (diff)
downloadpacrunner-82cc16bfb9362607982ed9637108dff5d583431b.tar.gz
tools: Include stdbool.h
In preparation for the conversion from gboolean to stdbools.
-rw-r--r--tools/manual-proxy-test.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tools/manual-proxy-test.c b/tools/manual-proxy-test.c
index 8c3d90d..2ec47cc 100644
--- a/tools/manual-proxy-test.c
+++ b/tools/manual-proxy-test.c
@@ -29,6 +29,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
+#include <stdbool.h>
#include <glib.h>
#define DBG(fmt, arg...) do { \