Browse Source

removing sys/resource.h was a bad idea

[SVN r11860]
Jens Maurer 24 years ago
parent
commit
7ff156b6af
1 changed files with 1 additions and 0 deletions
  1. 1 0
      status/regression.cpp

+ 1 - 0
status/regression.cpp

@@ -32,6 +32,7 @@
 #include <sys/types.h>
 #include <sys/time.h>
 #include <sys/wait.h>
+#include <sys/resource.h>
 #endif
 
 // It is OK to use boost headers which contain entirely inline code.

粤ICP备19079148号