aboutsummaryrefslogtreecommitdiffstats
path: root/rdps.c
diff options
context:
space:
mode:
authorGilbert Ramirez <gram@alumni.rice.edu>1999-07-21 17:40:42 +0000
committerGilbert Ramirez <gram@alumni.rice.edu>1999-07-21 17:40:42 +0000
commit7e9230a0bd7f7f0d3dd5a1d1f08d3a43c16ba174 (patch)
tree5cf0f803ec90c3731a96a10a6f20c9ef51fb1a3c /rdps.c
parent92bbbec4649a0a44292aa7ff15809a463024da63 (diff)
Finally got the win32 ethereal to link properly with MSVC.
svn path=/trunk/; revision=374
Diffstat (limited to 'rdps.c')
-rw-r--r--rdps.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/rdps.c b/rdps.c
index c910a6d5ba..6df44a9324 100644
--- a/rdps.c
+++ b/rdps.c
@@ -1,7 +1,7 @@
/* rdps.c
*
*
- * $Id: rdps.c,v 1.2 1998/09/16 03:22:17 gerald Exp $
+ * $Id: rdps.c,v 1.3 1999/07/21 17:40:34 gram Exp $
* Ethereal - Network traffic analyzer
* By Gerald Combs <gerald@zing.org>
* Copyright 1998 Gerald Combs
@@ -73,7 +73,7 @@ int main(int argc, char **argv)
fprintf(output, "/* Created by rdps.c. Do not edit! */\n\n"
"#include <stdio.h>\n\n"
- "#include <ps.h>\n\n");
+ "#include \"ps.h\"\n\n");
while (fgets(buf, BUFFER_SIZE - 1, input)) {