aboutsummaryrefslogtreecommitdiffstats
path: root/epan/dissectors/packet-dtls.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-dtls.c
parentacbaa2848dc6a1362a1179146597b3b7d2068fbe (diff)
Guard #include <sys/types.h> with HAVE_SYS_TYPES_H.
svn path=/trunk/; revision=31053
Diffstat (limited to 'epan/dissectors/packet-dtls.c')
-rw-r--r--epan/dissectors/packet-dtls.c3
1 files changed, 3 insertions, 0 deletions
diff --git a/epan/dissectors/packet-dtls.c b/epan/dissectors/packet-dtls.c
index 8791c14ec2..82b7fd097d 100644
--- a/epan/dissectors/packet-dtls.c
+++ b/epan/dissectors/packet-dtls.c
@@ -49,7 +49,10 @@
# include "config.h"
#endif
+#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
+#endif
+
#ifdef HAVE_SYS_SOCKET_H
#include <sys/socket.h>
#endif