diff src/utils.cc @ 1343:94bedeb289e5

[project @ 1995-09-04 00:29:21 by jwe]
author jwe
date Mon, 04 Sep 1995 00:42:19 +0000
parents 64819a909ed7
children 1ddfcf6b19a0
line wrap: on
line diff
--- a/src/utils.cc	Mon Sep 04 00:24:09 1995 +0000
+++ b/src/utils.cc	Mon Sep 04 00:42:19 1995 +0000
@@ -25,13 +25,14 @@
 #include <config.h>
 #endif
 
+#include <cstring>
+#include <climits>
+
 #include <sys/types.h>
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
 #include <sys/param.h>
-#include <string.h>
-#include <limits.h>
 #include <iostream.h>
 #include <strstream.h>
 #include <fstream.h>