aboutsummaryrefslogtreecommitdiff
path: root/whoami.h
diff options
context:
space:
mode:
Diffstat (limited to 'whoami.h')
-rw-r--r--whoami.h10
1 files changed, 10 insertions, 0 deletions
diff --git a/whoami.h b/whoami.h
new file mode 100644
index 0000000..f61a04c
--- /dev/null
+++ b/whoami.h
@@ -0,0 +1,10 @@
+#ifndef __WHOAMI_H
+
+#include <pwd.h>
+#include <unistd.h>
+#include <stdio.h>
+#include <stdlib.h>
+#include <sys/types.h>
+
+#endif
+