aboutsummaryrefslogtreecommitdiffstats
path: root/asn1/s1ap
diff options
context:
space:
mode:
authorguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-10 18:35:11 +0000
committerguy <guy@f5534014-38df-0310-8fa8-9805f1628bb7>2008-07-10 18:35:11 +0000
commitc57a16fb9487fbad88e44289e7d4aa81a2f75215 (patch)
tree9be958a8b02dc1b24adb2ccb052187ebe28ea192 /asn1/s1ap
parente95ef0b2d588860999219b3a8d0642665621fabb (diff)
Include <ctype.h> to define isalpha().
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@25699 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'asn1/s1ap')
-rw-r--r--asn1/s1ap/packet-s1ap-template.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/asn1/s1ap/packet-s1ap-template.c b/asn1/s1ap/packet-s1ap-template.c
index 607fe4dc33..c86d3c9cec 100644
--- a/asn1/s1ap/packet-s1ap-template.c
+++ b/asn1/s1ap/packet-s1ap-template.c
@@ -37,6 +37,7 @@
#include <stdio.h>
#include <string.h>
+#include <ctype.h>
#include <epan/emem.h>
#include <epan/strutil.h>
#include <epan/asn1.h>