daily update
[deliverable/binutils-gdb.git] / bfd / sysdep.h
index 20ef56d69a41f97032d726cd4905d3d8ce29bcc8..d560e7670b635c2d8b2f3b4f7fc8e4c4c5a6d524 100644 (file)
 #ifndef BFD_SYSDEP_H
 #define BFD_SYSDEP_H
 
+#ifdef PACKAGE
+#error sysdep.h must be included in lieu of config.h
+#endif
+
 #include "config.h"
 
 #include "ansidecl.h"
@@ -75,6 +79,10 @@ extern char *strrchr ();
 #include <unistd.h>
 #endif
 
+#ifdef HAVE_SYS_RESOURCE_H
+#include <sys/resource.h>
+#endif /* HAVE_SYS_RESOURCE_H */
+
 #ifdef USE_BINARY_FOPEN
 #include "fopen-bin.h"
 #else
This page took 0.023475 seconds and 4 git commands to generate.