aboutsummaryrefslogtreecommitdiffstats
path: root/gtk/packet_list_store.c
diff options
context:
space:
mode:
authorAnders Broman <anders.broman@ericsson.com>2009-07-01 14:37:02 +0000
committerAnders Broman <anders.broman@ericsson.com>2009-07-01 14:37:02 +0000
commit3fe0c3411050ac1da9728e302e8e798b6e8b2afb (patch)
tree6e7a116ded1ac186a6ce22a02be0796e9f9e63b8 /gtk/packet_list_store.c
parent39139dc75ca9cb6f0999c61ba1d7e7637921af6c (diff)
Make the new packet list compile on Windows.
svn path=/trunk/; revision=28907
Diffstat (limited to 'gtk/packet_list_store.c')
-rw-r--r--gtk/packet_list_store.c3
1 files changed, 2 insertions, 1 deletions
diff --git a/gtk/packet_list_store.c b/gtk/packet_list_store.c
index 0263348d26..4685e6acbb 100644
--- a/gtk/packet_list_store.c
+++ b/gtk/packet_list_store.c
@@ -26,12 +26,13 @@
/* This code is based on the GTK+ Tree View tutorial at http://scentric.net */
-#ifdef NEW_PACKET_LIST
#ifdef HAVE_CONFIG_H
#include "config.h"
#endif
+#ifdef NEW_PACKET_LIST
+
#include <string.h>
#include <gtk/gtk.h>