aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--file.h4
-rw-r--r--snprintf.c2
2 files changed, 3 insertions, 3 deletions
diff --git a/file.h b/file.h
index e5591c6b65..b48f0d2779 100644
--- a/file.h
+++ b/file.h
@@ -1,7 +1,7 @@
/* file.h
* Definitions for file structures and routines
*
- * $Id: file.h,v 1.30 1999/08/10 07:54:07 guy Exp $
+ * $Id: file.h,v 1.31 1999/08/11 17:02:27 gram Exp $
*
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
@@ -35,7 +35,7 @@
#endif
#ifndef __WTAP_H__
-#include <wiretap/wtap.h>
+#include "wiretap/wtap.h"
#endif
#ifdef HAVE_LIBPCAP
diff --git a/snprintf.c b/snprintf.c
index 49656e4cbe..1c27df7cef 100644
--- a/snprintf.c
+++ b/snprintf.c
@@ -41,7 +41,7 @@
*/
#ifdef HAVE_CONFIG_H
-# include <config.h>
+# include "config.h"
#endif
#include "snprintf-imp.h"