aboutsummaryrefslogtreecommitdiffstats
path: root/wiretap/wtap-int.h
diff options
context:
space:
mode:
authorJörg Mayer <jmayer@loplof.de>2002-07-31 22:52:38 +0000
committerJörg Mayer <jmayer@loplof.de>2002-07-31 22:52:38 +0000
commitdb0d014224979e30a62f08cbeb8ae602ae55326e (patch)
tree831dddec611aa8839589f8ef348573729ab0ead9 /wiretap/wtap-int.h
parentbc82e18843e73927c66535bb0f3fcec84bd9f517 (diff)
downloadwireshark-db0d014224979e30a62f08cbeb8ae602ae55326e.tar.gz
wireshark-db0d014224979e30a62f08cbeb8ae602ae55326e.tar.bz2
wireshark-db0d014224979e30a62f08cbeb8ae602ae55326e.zip
Use <zlib.h> instead of "zlib.h"
svn path=/trunk/; revision=5926
Diffstat (limited to 'wiretap/wtap-int.h')
-rw-r--r--wiretap/wtap-int.h4
1 files changed, 2 insertions, 2 deletions
diff --git a/wiretap/wtap-int.h b/wiretap/wtap-int.h
index d4284627ba..ab433ace57 100644
--- a/wiretap/wtap-int.h
+++ b/wiretap/wtap-int.h
@@ -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 *