aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-ansi_801.c
diff options
context:
space:
mode:
authorBill Meier <wmeier@newsguy.com>2011-08-08 15:41:09 +0000
committerBill Meier <wmeier@newsguy.com>2011-08-08 15:41:09 +0000
commitb708c2892bb20794b118c90864709bda9e2b2b32 (patch)
treec13acc4b93ec996abbdb95b7f9626d4586b4fe4a /epan/dissectors/packet-ansi_801.c
parent3f8edaa2d15675238cf0cb69054c7d0b5dc7eb0d (diff)
Dissectors don't need to #include <gmodule.h>
Also: #include <stdlib.h> not req'd in some cases. svn path=/trunk/; revision=38409
Diffstat (limited to 'epan/dissectors/packet-ansi_801.c')
-rw-r--r--epan/dissectors/packet-ansi_801.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/epan/dissectors/packet-ansi_801.c b/epan/dissectors/packet-ansi_801.c
index ebe6d96ee1..c371f4b172 100644
--- a/epan/dissectors/packet-ansi_801.c
+++ b/epan/dissectors/packet-ansi_801.c
@@ -38,7 +38,8 @@
#endif
#include <stdlib.h>
-#include <gmodule.h>
+
+#include <glib.h>
#include <math.h>
#ifdef HAVE_SYS_TYPES_H