aboutsummaryrefslogtreecommitdiffstats
path: root/cmdarg_err.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 01:22:35 +0000
committerJeff Morriss <jeff.morriss.ws@gmail.com>2013-07-12 01:22:35 +0000
commit687cbef1a851fe237b6242991d596b603bb205b2 (patch)
treebbd4d3204b59ddf254dc12630f6e2219143d4e9b /cmdarg_err.h
parent725a05be3f9f2a4fbb8cd0a5198c1c6101032f7d (diff)
No need to include epan header files here; include things directly as necessary.
svn path=/trunk/; revision=50520
Diffstat (limited to 'cmdarg_err.h')
-rw-r--r--cmdarg_err.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/cmdarg_err.h b/cmdarg_err.h
index 1d71cf6397..c6fd42b62d 100644
--- a/cmdarg_err.h
+++ b/cmdarg_err.h
@@ -25,6 +25,8 @@
#ifndef __CMDARG_ERR_H__
#define __CMDARG_ERR_H__
+#include <glib.h>
+
#ifdef __cplusplus
extern "C" {
#endif /* __cplusplus */