Преглед изворни кода

removing sys/resource.h was a bad idea

[SVN r11860]
Jens Maurer пре 24 година
родитељ
комит
7ff156b6af
1 измењених фајлова са 1 додато и 0 уклоњено
  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号