aboutsummaryrefslogtreecommitdiffstats
path: root/epan/ftypes/ftypes.c
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2005-08-20 16:19:22 +0000
committerJörg Mayer <jmayer@loplof.de>2005-08-20 16:19:22 +0000
commit96adc5f4a14d07b1364b3b07574e0a7b81864842 (patch)
tree4621669b3485edcfd786c31be993b45be8da6321 /epan/ftypes/ftypes.c
parent925489be0b01f952bf774c2162c430c087134271 (diff)
- Include the .h files in their .c files.
- Remove epan/dissectors/packet-sna.h, it isn't used anywhere. svn path=/trunk/; revision=15475
Diffstat (limited to 'epan/ftypes/ftypes.c')
-rw-r--r--epan/ftypes/ftypes.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/ftypes/ftypes.c b/epan/ftypes/ftypes.c
index 154ffe802d..c12c4fe8d2 100644
--- a/epan/ftypes/ftypes.c
+++ b/epan/ftypes/ftypes.c
@@ -28,6 +28,8 @@
#include <glib.h>
#include "../slab.h"
+#include "ftypes.h"
+
/* Keep track of ftype_t's via their ftenum number */
static ftype_t* type_list[FT_NUM_TYPES];