aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--wiretap/ascend-scanner.l6
1 files changed, 5 insertions, 1 deletions
diff --git a/wiretap/ascend-scanner.l b/wiretap/ascend-scanner.l
index fe0202a172..c6fe90916a 100644
--- a/wiretap/ascend-scanner.l
+++ b/wiretap/ascend-scanner.l
@@ -1,7 +1,7 @@
%{
/* ascend-scanner.l
*
- * $Id: ascend-scanner.l,v 1.24 2003/07/08 02:11:09 guy Exp $
+ * $Id: ascend-scanner.l,v 1.25 2003/10/03 21:03:00 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@@ -53,6 +53,10 @@ int mul, scratch;
#define NO_USER "<none>"
+#ifdef _WIN32
+#define YY_NO_UNISTD_H
+#endif
+
%}
/* %option debug */