summaryrefslogtreecommitdiff
path: root/Is
diff options
context:
space:
mode:
Diffstat (limited to 'Is')
-rw-r--r--Is15
1 files changed, 15 insertions, 0 deletions
diff --git a/Is b/Is
new file mode 100644
index 0000000000..d6c279cf78
--- /dev/null
+++ b/Is
@@ -0,0 +1,15 @@
+#ifdef I_PWD
+#include <pwd.h>
+#endif
+#ifdef I_GRP
+#include <grp.h>
+#endif
+#ifdef I_UTIME
+#include <utime.h>
+#endif
+#ifdef I_FCNTL
+#include <fcntl.h>
+#endif
+#ifdef I_SYS_FILE
+#include <sys/file.h>
+#endif