You can not select more than 25 topics
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
13 lines
272 B
13 lines
272 B
|
23 years ago
|
--- lib/c-stack.c.orig Sat Jun 22 15:25:12 2002
|
||
|
|
+++ lib/c-stack.c Sun Jan 12 13:35:17 2003
|
||
|
|
@@ -67,6 +67,9 @@
|
||
|
|
#include <stdlib.h>
|
||
|
|
#include <string.h>
|
||
|
|
|
||
|
|
+#if defined(__FreeBSD__)
|
||
|
|
+#include <sys/types.h>
|
||
|
|
+#endif
|
||
|
|
#if HAVE_SYS_RESOURCE_H
|
||
|
|
# include <sys/resource.h>
|
||
|
|
#endif
|