summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorUlf Lamping <ulf.lamping@web.de>2007-03-22 23:30:57 +0000
committerUlf Lamping <ulf.lamping@web.de>2007-03-22 23:30:57 +0000
commit9c09542e27852bb2222bc5f2c99c2adc994d99ed (patch)
treede54e576cde124c3689a7e25714041c4a9ec9ac7
parent0aaacb00885b2f951d24522c400e2738fa8290a2 (diff)
downloadwireshark-9c09542e27852bb2222bc5f2c99c2adc994d99ed.tar.gz
fix warning: add #include <stdlib.h> to get exit() declaration
svn path=/trunk/; revision=21132
-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;