aboutsummaryrefslogtreecommitdiffstats
path: root/text2pcap.c
diff options
context:
space:
mode:
authorstandel <standel@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-22 21:55:39 +0000
committerstandel <standel@f5534014-38df-0310-8fa8-9805f1628bb7>2007-04-22 21:55:39 +0000
commit5154a51129b20d16f66d3eeb64e3d20db8ee1ed4 (patch)
tree48d49637254b84d922e48c5399dcfa424e9b0cf4 /text2pcap.c
parentc0138d3a1fbc994d26a66bc57116debd5ec060e3 (diff)
set #ifndef __USE_XOPEN instead of only #ifndef
should fix rev21508 git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@21511 f5534014-38df-0310-8fa8-9805f1628bb7
Diffstat (limited to 'text2pcap.c')
-rw-r--r--text2pcap.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/text2pcap.c b/text2pcap.c
index a7349b9ce5..c213824804 100644
--- a/text2pcap.c
+++ b/text2pcap.c
@@ -91,7 +91,7 @@
* (needed for glibc 2.2) but make sure we do this only if not
* yet defined.
*/
-#ifndef
+#ifndef __USE_XOPEN
# define __USE_XOPEN
#endif