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 /* 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 * Wiretap Library
* Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu> * Copyright (c) 1998 by Gilbert Ramirez <gram@alumni.rice.edu>
@ -32,7 +32,7 @@
#include <time.h> #include <time.h>
#ifdef HAVE_LIBZ #ifdef HAVE_LIBZ
#include "zlib.h" #include <zlib.h>
#define FILE_T gzFile #define FILE_T gzFile
#else /* No zLib */ #else /* No zLib */
#define FILE_T FILE * #define FILE_T FILE *