diff src/input.cc @ 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 e2c950dd96d2
children 13c6086c325c
line wrap: on
line diff
--- a/src/input.cc
+++ b/src/input.cc
@@ -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...