mirror of
https://github.com/zeek/zeek.git
synced 2025-10-04 07:38:19 +00:00
Fixed problem with PRI macros.
Thanks Gregor!
This commit is contained in:
parent
275c6e64cc
commit
b54445b725
3 changed files with 7 additions and 4 deletions
|
@ -11,6 +11,12 @@
|
|||
#include <stdarg.h>
|
||||
#include "config.h"
|
||||
|
||||
#define _ISOC99_SOURCE
|
||||
#define __STDC_LIMIT_MACROS
|
||||
#define __STDC_CONSTANT_MACROS
|
||||
#define __STDC_FORMAT_MACROS
|
||||
#include "inttypes.h"
|
||||
|
||||
#if __STDC__
|
||||
#define myattribute __attribute__
|
||||
#else
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue