aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-paltalk.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-paltalk.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-paltalk.c')
-rw-r--r--epan/dissectors/packet-paltalk.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-paltalk.c b/epan/dissectors/packet-paltalk.c
index 500b9f1ef9..0fc7253fc0 100644
--- a/epan/dissectors/packet-paltalk.c
+++ b/epan/dissectors/packet-paltalk.c
@@ -30,7 +30,7 @@
#include <string.h>
-#include <gmodule.h>
+#include <glib.h>
#include <epan/packet.h>
#include "packet-tcp.h"