From cc9a1060ca37d8e5bf6660b291b0f871bbe1e93c Mon Sep 17 00:00:00 2001 From: Guy Harris Date: Thu, 13 Jan 2000 07:18:50 +0000 Subject: 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 --- wiretap/ascend-scanner.l | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'wiretap/ascend-scanner.l') 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 @@ -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; -- cgit v1.2.3