aboutsummaryrefslogtreecommitdiff
path: root/pwd.h
diff options
context:
space:
mode:
Diffstat (limited to 'pwd.h')
-rw-r--r--pwd.h8
1 files changed, 8 insertions, 0 deletions
diff --git a/pwd.h b/pwd.h
new file mode 100644
index 0000000..7ea4bed
--- /dev/null
+++ b/pwd.h
@@ -0,0 +1,8 @@
+#ifndef __PWD_H
+#define __PWD_H
+
+#include <stdio.h>
+#include <stdlib.h>
+#include <unistd.h>
+
+#endif