aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-10 11:48:03 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-10 11:48:03 +0000
commit8b73d378a46dcf2418f6e1bdda6de070c2a3ad4f (patch)
tree121873ea022417c63e5d61107bfd2801fd169390
parentda01960a24274fdd74aa740aca5a05343578d34b (diff)
exceptions.h not needed by tvbuff.h (no much progress because it's needed by proto.h)
svn path=/trunk/; revision=53219
-rw-r--r--epan/proto.h1
-rw-r--r--epan/range.c1
-rw-r--r--epan/tvbuff.h1
3 files changed, 2 insertions, 1 deletions
diff --git a/epan/proto.h b/epan/proto.h
index c269de1a9e..de42b8e350 100644
--- a/epan/proto.h
+++ b/epan/proto.h
@@ -55,6 +55,7 @@
#include "ftypes/ftypes.h"
#include "register.h"
#include "ws_symbol_export.h"
+#include "exceptions.h"
#ifdef __cplusplus
extern "C" {
diff --git a/epan/range.c b/epan/range.c
index 6d692c6d6b..b546ceb463 100644
--- a/epan/range.c
+++ b/epan/range.c
@@ -28,6 +28,7 @@
#include "config.h"
#include <string.h>
+#include <stdlib.h>
#include <ctype.h>
#include <errno.h>
diff --git a/epan/tvbuff.h b/epan/tvbuff.h
index 404ceee068..334173c011 100644
--- a/epan/tvbuff.h
+++ b/epan/tvbuff.h
@@ -39,7 +39,6 @@
#include <epan/ipv6-utils.h>
#include <epan/guid-utils.h>
#include <epan/wmem/wmem.h>
-#include "exceptions.h"
#ifdef __cplusplus
extern "C" {