aboutsummaryrefslogtreecommitdiffstats
path: root/tethereal.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-29 02:54:22 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-29 02:54:22 +0000
commit7f5b234c5c3969033ad33a43c07a35a1d3e1dcb2 (patch)
tree47f34a793de120f84293cf9fbc116a07ba5f3b8b /tethereal.c
parenteaadcc4c62c5a61273c814f86d33ed859ba8917b (diff)
Move the column preferences stuff to epan (the rest of the preferences
stuff is already there). Update Gerald's e-mail address in column.h. svn path=/trunk/; revision=12131
Diffstat (limited to 'tethereal.c')
-rw-r--r--tethereal.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/tethereal.c b/tethereal.c
index 7af7592da1..b8aefe37ac 100644
--- a/tethereal.c
+++ b/tethereal.c
@@ -84,7 +84,7 @@
#include "file.h"
#include "disabled_protos.h"
#include <epan/prefs.h>
-#include "column.h"
+#include <epan/column.h>
#include "print.h"
#include <epan/addr_resolv.h>
#include "util.h"