summaryrefslogtreecommitdiff
path: root/epan/dissectors/packet-sdp.c
diff options
context:
space:
mode:
authorStephen Fisher <steve@stephen-fisher.com>2011-04-12 20:29:42 +0000
committerStephen Fisher <steve@stephen-fisher.com>2011-04-12 20:29:42 +0000
commitef5823c210c7de8c1a0156d97b93632d02fce256 (patch)
tree8bee2993efa63292a8e890030583eafbb108f562 /epan/dissectors/packet-sdp.c
parentc85689f1086bd693eecf10a38952d95995a70a5b (diff)
downloadwireshark-ef5823c210c7de8c1a0156d97b93632d02fce256.tar.gz
Put back in one of the includes removed in r36606: ctype.h for isdigit()
function. svn path=/trunk/; revision=36607
Diffstat (limited to 'epan/dissectors/packet-sdp.c')
-rw-r--r--epan/dissectors/packet-sdp.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-sdp.c b/epan/dissectors/packet-sdp.c
index 758ea494ef..498cf46392 100644
--- a/epan/dissectors/packet-sdp.c
+++ b/epan/dissectors/packet-sdp.c
@@ -28,6 +28,8 @@
#include "config.h"
+#include <ctype.h>
+
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif