mirror of
https://github.com/zeek/zeek.git
synced 2025-10-03 07:08:19 +00:00
Fix compile errror on freebsd - defines have to be moved up due to
header dependencies.
This commit is contained in:
parent
dbe5dfb3c3
commit
636d25e526
1 changed files with 5 additions and 6 deletions
|
@ -2,18 +2,17 @@
|
||||||
|
|
||||||
#include "config.h"
|
#include "config.h"
|
||||||
|
|
||||||
#include <sstream>
|
|
||||||
#include <errno.h>
|
|
||||||
#include <math.h>
|
|
||||||
|
|
||||||
#include "./JSON.h"
|
|
||||||
|
|
||||||
#ifndef __STDC_LIMIT_MACROS
|
#ifndef __STDC_LIMIT_MACROS
|
||||||
#define __STDC_LIMIT_MACROS
|
#define __STDC_LIMIT_MACROS
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <sstream>
|
||||||
|
#include <errno.h>
|
||||||
|
#include <math.h>
|
||||||
#include <stdint.h>
|
#include <stdint.h>
|
||||||
|
|
||||||
|
#include "./JSON.h"
|
||||||
|
|
||||||
using namespace threading::formatter;
|
using namespace threading::formatter;
|
||||||
|
|
||||||
JSON::JSON(MsgThread* t, TimeFormat tf) : Formatter(t)
|
JSON::JSON(MsgThread* t, TimeFormat tf) : Formatter(t)
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue