aboutsummaryrefslogtreecommitdiffstats
path: root/rdps.c
diff options
context:
space:
mode:
authorgram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-07-21 17:40:42 +0000
committergram <gram@f5534014-38df-0310-8fa8-9805f1628bb7>1999-07-21 17:40:42 +0000
commitab8cc12c839efa2333fdbf16d156392df37ad695 (patch)
tree5cf0f803ec90c3731a96a10a6f20c9ef51fb1a3c /rdps.c
parent679159134acbc90e49b74c7538447f228432d61a (diff)
Finally got the win32 ethereal to link properly with MSVC.
git-svn-id: http://anonsvn.wireshark.org/wireshark/trunk@374 f5534014-38df-0310-8fa8-9805f1628bb7
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)) {