aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-h248.c
diff options
context:
space:
mode:
authorstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-28 17:58:47 +0000
committerstig <stig@f5534014-38df-0310-8fa8-9805f1628bb7>2009-09-28 17:58:47 +0000
commit9d9828b7d984b7ae4aa3c5aed4221e097400b0a1 (patch)
tree078273537e22aadab91c2e078987602303476a65 /epan/dissectors/packet-h248.c
parent83fd3cabfef08f2624bd5f57cc868696685e96c6 (diff)
Only include config.h in C files, to avoid multiple inclusion.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@30182 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'epan/dissectors/packet-h248.c')
-rw-r--r--epan/dissectors/packet-h248.c4
1 files changed, 4 insertions, 0 deletions
diff --git a/epan/dissectors/packet-h248.c b/epan/dissectors/packet-h248.c
index 09e6070451..3cfcec1f59 100644
--- a/epan/dissectors/packet-h248.c
+++ b/epan/dissectors/packet-h248.c
@@ -33,6 +33,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"
#include <epan/tap.h>
#include "packet-tpkt.h"