summaryrefslogtreecommitdiff
path: root/conf/cf-lex.l
diff options
context:
space:
mode:
authorOndřej Surý <ondrej@sury.org>2016-08-16 09:23:55 +0200
committerOndřej Surý <ondrej@sury.org>2016-08-16 09:23:55 +0200
commit61e6725335fbba86175ec770c1e94c5f60e76d5c (patch)
tree6d956741c0d36d6c7f7677b4171555df73ecd250 /conf/cf-lex.l
parent13a31a4001e02ea7c84d26cbeaaa9fea816736f7 (diff)
Include <stdint.h> in cf-lex.l to avoid UINTx_MAX redefinition
Diffstat (limited to 'conf/cf-lex.l')
-rw-r--r--conf/cf-lex.l1
1 files changed, 1 insertions, 0 deletions
diff --git a/conf/cf-lex.l b/conf/cf-lex.l
index 727dc017..61ea4527 100644
--- a/conf/cf-lex.l
+++ b/conf/cf-lex.l
@@ -30,6 +30,7 @@
#include <errno.h>
#include <stdlib.h>
#include <stdarg.h>
+#include <stdint.h>
#include <unistd.h>
#include <libgen.h>
#include <glob.h>