aboutsummaryrefslogtreecommitdiffstats
path: root/epan/sigcomp-udvm.c
diff options
context:
space:
mode:
authorJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-10 09:44:02 +0000
committerJakub Zawadzki <darkjames-ws@darkjames.pl>2013-11-10 09:44:02 +0000
commit7b64bcf0b89c6d186ba1b717969cb99c2b5f0fdd (patch)
treeec5991aba0244fe53cbd6937bece55af994ad761 /epan/sigcomp-udvm.c
parentaf0819f942fc85919fe9e81a9e990b0f9bf50ca2 (diff)
Move prototype of bytes_to_str, bytes_to_str_punct to correct header.
svn path=/trunk/; revision=53214
Diffstat (limited to 'epan/sigcomp-udvm.c')
-rw-r--r--epan/sigcomp-udvm.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/epan/sigcomp-udvm.c b/epan/sigcomp-udvm.c
index e13be39c10..a6b76b2876 100644
--- a/epan/sigcomp-udvm.c
+++ b/epan/sigcomp-udvm.c
@@ -44,6 +44,7 @@
#include "packet.h"
#include "strutil.h"
+#include "to_str.h"
#include "sigcomp-udvm.h"
#include "sigcomp_state_hdlr.h"
#include "except.h"