diff src/help.cc @ 1343:94bedeb289e5

[project @ 1995-09-04 00:29:21 by jwe]
author jwe
date Mon, 04 Sep 1995 00:42:19 +0000
parents 611d403c7f3d
children 5f63d83dd694
line wrap: on
line diff
--- a/src/help.cc	Mon Sep 04 00:24:09 1995 +0000
+++ b/src/help.cc	Mon Sep 04 00:42:19 1995 +0000
@@ -25,13 +25,15 @@
 #include <config.h>
 #endif
 
+#include <csignal>
+#include <cstdlib>
+#include <cstring>
+
 #include <sys/types.h>
 #ifdef HAVE_UNISTD_H
 #include <unistd.h>
 #endif
-#include <signal.h>
-#include <stdlib.h>
-#include <string.h>
+
 #include <iostream.h>
 #include <strstream.h>