Use <zlib.h> instead of "zlib.h"

svn path=/trunk/; revision=5926
This commit is contained in:
Jörg Mayer 2002-07-31 22:52:38 +00:00
parent bc82e18843
commit db0d014224
1 changed files with 2 additions and 2 deletions

View File

@ -1,6 +1,6 @@
/* wtap-int.h
*
* $Id: wtap-int.h,v 1.26 2002/07/29 06:09:59 guy Exp $
* $Id: wtap-int.h,v 1.27 2002/07/31 22:52:38 jmayer Exp $
*
* Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@ -32,7 +32,7 @@
#include <time.h>
#ifdef HAVE_LIBZ
#include "zlib.h"
#include <zlib.h>
#define FILE_T gzFile
#else /* No zLib */
#define FILE_T FILE *