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:
parent
13a31a4001
commit
61e6725335
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user