aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dtd.h
diff options
context:
space:
mode:
authorulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-22 23:30:57 +0000
committerulfl <ulfl@f5534014-38df-0310-8fa8-9805f1628bb7>2007-03-22 23:30:57 +0000
commit7f289c57b52c98c4561e7dbb7ef776c322e5dfd6 (patch)
treede54e576cde124c3689a7e25714041c4a9ec9ac7 /epan/dtd.h
parent57a5279c54fd1db6c9b268817a85b5122fa6668a (diff)
fix warning: add #include <stdlib.h> to get exit() declaration
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21132 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dtd.h')
-rw-r--r--epan/dtd.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/dtd.h b/epan/dtd.h
index 0003ba1ba2..2b9d50bd9f 100644
--- a/epan/dtd.h
+++ b/epan/dtd.h
@@ -31,6 +31,7 @@
#define _DTD_H_
#include <glib.h>
+#include <stdlib.h> /* exit() */
typedef struct _dtd_build_data_t {
gchar* proto_name;