Adding a define to make the stdint C macros available.

This commit is contained in:
Seth Hall 2012-06-18 15:49:00 -04:00
parent 95f4390cb6
commit 7fc96a8c0f
2 changed files with 1 additions and 1 deletions

View file

@ -6,7 +6,6 @@
#include <string>
#include <errno.h>
#include <stdint.h>
#include "util.h"
#include "BroString.h"