aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248_annex_c.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-09-28 17:58:47 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-09-28 17:58:47 +0000
commite2d6320d752c490cc92e7f76d6218275b0b83136 (patch)
tree078273537e22aadab91c2e078987602303476a65 /epan/dissectors/packet-h248_annex_c.c
parentad6a8fbe51507630ed7a9b6eabd0fa7ae1fbadd4 (diff)
Only include config.h in C files, to avoid multiple inclusion.
svn path=/trunk/; revision=30182
Diffstat (limited to 'epan/dissectors/packet-h248_annex_c.c')
-rw-r--r--epan/dissectors/packet-h248_annex_c.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-h248_annex_c.c b/epan/dissectors/packet-h248_annex_c.c
index 928ca0e042..79a8dc93cf 100644
--- a/epan/dissectors/packet-h248_annex_c.c
+++ b/epan/dissectors/packet-h248_annex_c.c
@@ -25,6 +25,10 @@
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
*/
+#ifdef HAVE_CONFIG_H
+# include "config.h"
+#endif
+
#include "packet-h248.h"
#define PNAME "H.248 Annex C"
#define PSNAME "H248C"