0
0
mirror of https://gitlab.nic.cz/labs/bird.git synced 2024-12-22 01:31:55 +00:00

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>