freebsd-ports/science/ncs/files/patch-src_base_tremai.c
Thierry Thomas 51bd54d267 - Unbreak Code_Saturne;
- Adapt to the new infrastructure.

Note: these ports should be upgraded - this is on my todo list.
2014-03-26 23:29:28 +00:00

10 lines
257 B
C

--- src/base/tremai.c.orig 2011-04-11 18:26:06.000000000 +0200
+++ src/base/tremai.c 2014-03-26 23:51:58.000000000 +0100
@@ -45,6 +45,7 @@
#include <string.h>
#if defined(HAVE_SYS_RESOURCE_H)
+#include <sys/types.h>
#include <sys/resource.h>
#endif