diff options
author | Guy Harris <guy@alum.mit.edu> | 2004-09-27 22:55:15 +0000 |
---|---|---|
committer | Guy Harris <guy@alum.mit.edu> | 2004-09-27 22:55:15 +0000 |
commit | bbe7f89742d53c8ca19ab93793380aa847de9ca4 (patch) | |
tree | 40af8238791cddc046ed8f667647d7f16192351a /epan/dissectors/packet-sigcomp.c | |
parent | 0e3e50e1f7831d5552d328f8eb4441a4f1c79f02 (diff) | |
download | wireshark-bbe7f89742d53c8ca19ab93793380aa847de9ca4.tar.gz wireshark-bbe7f89742d53c8ca19ab93793380aa847de9ca4.tar.bz2 wireshark-bbe7f89742d53c8ca19ab93793380aa847de9ca4.zip |
Move prefs.c and prefs.h into the epan subdirectory.
svn path=/trunk/; revision=12115
Diffstat (limited to 'epan/dissectors/packet-sigcomp.c')
-rw-r--r-- | epan/dissectors/packet-sigcomp.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-sigcomp.c b/epan/dissectors/packet-sigcomp.c index 19f0edcd83..f69beff82e 100644 --- a/epan/dissectors/packet-sigcomp.c +++ b/epan/dissectors/packet-sigcomp.c @@ -44,7 +44,7 @@ #endif #include <epan/packet.h> -#include "prefs.h" +#include <epan/prefs.h> /* Initialize the protocol and registered fields */ static int proto_sigcomp = -1; |