aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-tacacs.c
diff options
context:
space:
mode:
authorStig Bjørlykke <stig@bjorlykke.org>2009-11-23 18:47:52 +0000
committerStig Bjørlykke <stig@bjorlykke.org>2009-11-23 18:47:52 +0000
commitd577ca0fa79112f55a1ea1bac5e5e83828f80ec9 (patch)
treebb0f220887efd146c5733a6e5d488e831c316326 /epan/dissectors/packet-tacacs.c
parentacbaa2848dc6a1362a1179146597b3b7d2068fbe (diff)
Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.
svn path=/trunk/; revision=31053
Diffstat (limited to 'epan/dissectors/packet-tacacs.c')
-rw-r--r--epan/dissectors/packet-tacacs.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/epan/dissectors/packet-tacacs.c b/epan/dissectors/packet-tacacs.c
index c49e585e38..be9103a66e 100644
--- a/epan/dissectors/packet-tacacs.c
+++ b/epan/dissectors/packet-tacacs.c
@@ -41,7 +41,9 @@
#include <stdio.h>
#include <string.h>
+#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
+#endif
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif