aboutsummaryrefslogtreecommitdiff
path: root/include/ulimit.h
diff options
context:
space:
mode:
Diffstat (limited to 'include/ulimit.h')
-rw-r--r--include/ulimit.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/include/ulimit.h b/include/ulimit.h
index c1523a1..8dc51d5 100644
--- a/include/ulimit.h
+++ b/include/ulimit.h
@@ -1,4 +1,6 @@
+#ifndef _ULIMIT_H
#include <resource/ulimit.h>
/* Now define the internal interfaces. */
extern long int __ulimit __P ((int __cmd, ...));
+#endif