]> git.ipfire.org Git - thirdparty/bird.git/commitdiff
Include <stdint.h> in cf-lex.l to avoid UINTx_MAX redefinition
authorOndřej Surý <ondrej@sury.org>
Tue, 16 Aug 2016 07:23:55 +0000 (09:23 +0200)
committerOndřej Surý <ondrej@sury.org>
Tue, 16 Aug 2016 07:23:55 +0000 (09:23 +0200)
conf/cf-lex.l

index 727dc017064049b7f4d8113c4f836d1232aa476d..61ea4527625b01fb2bd73d556e4685f499f242f4 100644 (file)
@@ -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>