aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/ascend-scanner.l
diff options
context:
space:
mode:
authorGuy Harris <guy@alum.mit.edu>2000-01-13 07:18:50 +0000
committerGuy Harris <guy@alum.mit.edu>2000-01-13 07:18:50 +0000
commitcc9a1060ca37d8e5bf6660b291b0f871bbe1e93c (patch)
treed101ee32c333ad8f44df689b8b05132578c34328 /wiretap/ascend-scanner.l
parent7a36bede0b7367182c6dfbfa4e0352566df885c4 (diff)
Fix "ascend-scanner.l" to include "file_wrappers.h" rather than the
defunct "file.h". Make "file_wrappers.c" include "wtap.h", so that the WTAP_ERR_ZLIB_ values are defined. svn path=/trunk/; revision=1464
Diffstat (limited to 'wiretap/ascend-scanner.l')
-rw-r--r--wiretap/ascend-scanner.l4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/ascend-scanner.l b/wiretap/ascend-scanner.l
index bb09b69912..a959960d85 100644
--- a/wiretap/ascend-scanner.l
+++ b/wiretap/ascend-scanner.l
@@ -1,7 +1,7 @@
%{
/* ascend-scanner.l
*
- * $Id: ascend-scanner.l,v 1.10 2000/01/10 17:33:16 gram Exp $
+ * $Id: ascend-scanner.l,v 1.11 2000/01/13 07:18:50 guy Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@verdict.uthscsa.edu>
@@ -38,7 +38,7 @@
#include "ascend.h"
#include "ascend-grammar.h"
#include "ascend-int.h"
-#include "file.h"
+#include "file_wrappers.h"
void *yy_fh;
extern char *ascend_ra_ptr;