aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-m2ua.c
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2004-09-27 22:55:15 +0000
committerGuy Harris <guy@alum.mit.edu>2004-09-27 22:55:15 +0000
commitbbe7f89742d53c8ca19ab93793380aa847de9ca4 (patch)
tree40af8238791cddc046ed8f667647d7f16192351a /epan/dissectors/packet-m2ua.c
parent0e3e50e1f7831d5552d328f8eb4441a4f1c79f02 (diff)
downloadwireshark-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-m2ua.c')
-rw-r--r--epan/dissectors/packet-m2ua.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/epan/dissectors/packet-m2ua.c b/epan/dissectors/packet-m2ua.c
index 48ab05a047..cea32ec0a6 100644
--- a/epan/dissectors/packet-m2ua.c
+++ b/epan/dissectors/packet-m2ua.c
@@ -34,7 +34,7 @@
#endif
#include <epan/packet.h>
-#include "prefs.h"
+#include <epan/prefs.h>
#include "sctpppids.h"
#define SCTP_PORT_M2UA 2904