Fixing FreeBSD compiler error.

This commit is contained in:
Robin Sommer 2012-07-25 13:58:23 -07:00
parent 7e228f1d6b
commit a33e9a6941
2 changed files with 10 additions and 8 deletions

View file

@ -3,16 +3,17 @@
// This is experimental code that is not yet ready for production usage.
//
#include "config.h"
#ifdef USE_ELASTICSEARCH
#include "util.h" // Needs to come first for stdint.h
#include <string>
#include <errno.h>
#include "util.h"
#include "BroString.h"
#include "NetVar.h"
#include "threading/SerialTypes.h"