aboutsummaryrefslogtreecommitdiffstats
path: root/capture-wpcap.c
diff options
context:
space:
mode:
authorKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-29 07:53:48 +0000
committerKovarththanan Rajaratnam <kovarththanan.rajaratnam@gmail.com>2009-08-29 07:53:48 +0000
commitcd490634730695bb3e87c20e0c1b815909be27f2 (patch)
tree6230113ec6e11ee94c036cab8da3b813d853e4ff /capture-wpcap.c
parentcc948586bf33607f9dad86d66000d9834800cdd2 (diff)
Revert r29614 until I figure out why buildbot doesn't like it
svn path=/trunk/; revision=29615
Diffstat (limited to 'capture-wpcap.c')
-rw-r--r--capture-wpcap.c5
1 files changed, 4 insertions, 1 deletions
diff --git a/capture-wpcap.c b/capture-wpcap.c
index eb7d92382f..3e4198f207 100644
--- a/capture-wpcap.c
+++ b/capture-wpcap.c
@@ -39,6 +39,9 @@
#include "capture-pcap-util.h"
#include "capture-pcap-util-int.h"
+/* XXX - yes, I know, I should move cppmagic.h to a generic location. */
+#include "tools/lemon/cppmagic.h"
+
#define MAX_WIN_IF_NAME_LEN 511
@@ -118,7 +121,7 @@ typedef struct {
gboolean optional;
} symbol_table_t;
-#define SYM(x, y) { G_STRINGIFY(x) , (gpointer) &G_PASTE(p_,x), y }
+#define SYM(x, y) { STRINGIFY(x) , (gpointer) &CONCAT(p_,x), y }
void
load_wpcap(void)