changeset 188:b37563114bc0

[project @ 1993-10-26 22:20:00 by jwe] Include string.h, not strings.h.
author jwe
date Tue, 26 Oct 1993 22:20:00 +0000
parents 24d1f404fe43
children de0e58f9b064
files src/input.cc
diffstat 1 files changed, 1 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/src/input.cc	Mon Oct 25 23:25:42 1993 +0000
+++ b/src/input.cc	Tue Oct 26 22:20:00 1993 +0000
@@ -29,7 +29,7 @@
 
 #include <stdio.h>
 #include <stdlib.h>
-#include <strings.h>
+#include <string.h>
 #include <assert.h>
 
 // This must come before anything that includes iostream.h...