Include <stdint.h> in cf-lex.l to avoid UINTx_MAX redefinition

This commit is contained in:
Ondřej Surý 2016-08-16 09:23:55 +02:00
parent 13a31a4001
commit 61e6725335

View 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>