aboutsummaryrefslogtreecommitdiff
path: root/pwd.h
diff options
context:
space:
mode:
authorTom Ryder <tom@sanctum.geek.nz>2016-03-17 23:43:37 +1300
committerTom Ryder <tom@sanctum.geek.nz>2016-03-17 23:43:57 +1300
commitac013c6f539401d08cecf9351c74f382f5e435d6 (patch)
tree9d543711007b25a649b0a19cd7debfecbe090a22 /pwd.h
parentHandle dependences properly (diff)
downloadtunics-ac013c6f539401d08cecf9351c74f382f5e435d6.tar.gz
tunics-ac013c6f539401d08cecf9351c74f382f5e435d6.zip
Handle path being too long
Diffstat (limited to 'pwd.h')
-rw-r--r--pwd.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pwd.h b/pwd.h
index 7ea4bed..a14c34b 100644
--- a/pwd.h
+++ b/pwd.h
@@ -5,4 +5,6 @@
#include <stdlib.h>
#include <unistd.h>
+#define PATH_MAX 512
+
#endif