aboutsummaryrefslogtreecommitdiffstats
path: root/epan/except.h
diff options
context:
space:
mode:
authorJeff Morriss <jeff.morriss@ulticom.com>2011-05-12 13:50:44 +0000
committerJeff Morriss <jeff.morriss@ulticom.com>2011-05-12 13:50:44 +0000
commit14e2a91fdf400c861cd38c91c3c973cc609180a8 (patch)
treebcf31fa8d355b60d2b4b87506f17f4449a0a14cf /epan/except.h
parent93377f52362a15624130319c8b7a44bcf3eabb50 (diff)
Include config.h (for WS_MSVC_NORETURN) and g_gnuc.h (for G_GNUC_NORETURN)
svn path=/trunk/; revision=37077
Diffstat (limited to 'epan/except.h')
-rw-r--r--epan/except.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/except.h b/epan/except.h
index 407be9d83c..a6c6f191e7 100644
--- a/epan/except.h
+++ b/epan/except.h
@@ -36,6 +36,7 @@
#include <setjmp.h>
#include <stdlib.h>
#include <assert.h>
+#include <epan/g_gnuc.h>
#define XCEPT_GROUP_ANY 0
#define XCEPT_CODE_ANY 0