diff src/DLD-FUNCTIONS/getrusage.cc @ 3176:fccab8e7d35f

[project @ 1998-05-18 20:33:31 by jwe]
author jwe
date Mon, 18 May 1998 20:33:42 +0000
parents 38de16594cb4
children 02866242d3ae
line wrap: on
line diff
--- a/src/DLD-FUNCTIONS/getrusage.cc	Mon May 18 17:03:02 1998 +0000
+++ b/src/DLD-FUNCTIONS/getrusage.cc	Mon May 18 20:33:42 1998 +0000
@@ -26,6 +26,10 @@
 
 #include "systime.h"
 
+#ifdef HAVE_SYS_TYPES_H
+#include <sys/types.h>
+#endif
+
 #ifdef HAVE_SYS_RESOURCE_H
 #include <sys/resource.h>
 #endif