summaryrefslogtreecommitdiff
path: root/source/include/includes.h
diff options
context:
space:
mode:
authorAndrew Tridgell <tridge@samba.org>1998-08-16 05:22:01 +0000
committerAndrew Tridgell <tridge@samba.org>1998-08-16 05:22:01 +0000
commitbf136b4fa8aeadcea8f65610148d46d093aba2cc (patch)
treeba87e4c7cee7ffefbe43d1251d63f13419558422 /source/include/includes.h
parent79755ce97004b787d7e83a8d18fc4c7c003b7231 (diff)
downloadsamba-bf136b4fa8aeadcea8f65610148d46d093aba2cc.tar.gz
added include of sys/resource.h
Diffstat (limited to 'source/include/includes.h')
-rw-r--r--source/include/includes.h5
1 files changed, 5 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h
index 42ec5796922..4ced1573596 100644
--- a/source/include/includes.h
+++ b/source/include/includes.h
@@ -49,9 +49,14 @@
#include <sys/types.h>
+#ifdef HAVE_SYS_RESOURCE_H
+#include <sys/resource.h>
+#endif
+
#ifdef HAVE_UNISTD_H
#include <unistd.h>
#endif
+
#include <stdio.h>
#include <stddef.h>