summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPatrick McHardy <kaber@trash.net>2010-11-03 03:12:58 +0100
committerPatrick McHardy <kaber@trash.net>2010-11-03 03:12:58 +0100
commit782da34e4b23320958e5477c3e3660537183980c (patch)
treee8e027ba795df14afb82319b090471fc990704b2
parentc43cf0a26be220d24f4bf3fa506d6ba3a10bb26e (diff)
dectmon: add missing stdint.h include
Signed-off-by: Patrick McHardy <kaber@trash.net>
-rw-r--r--include/dectmon.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/dectmon.h b/include/dectmon.h
index e3d9aa1..8cada3e 100644
--- a/include/dectmon.h
+++ b/include/dectmon.h
@@ -2,6 +2,7 @@
#define _DECTMON_H
#include <stdbool.h>
+#include <stdint.h>
#include <list.h>
#include <dect/auth.h>