summaryrefslogtreecommitdiff
path: root/io.cc
diff options
context:
space:
mode:
authorTzafrir Cohen <tzafrir@cohens.org.il>2012-09-15 03:17:45 +0300
committerTzafrir Cohen <tzafrir@cohens.org.il>2012-09-15 03:17:45 +0300
commit7e13676d807471211320962d6e420ebec8cf7eec (patch)
tree2da516744dfeb375efdd06d98f65560458292773 /io.cc
parent8e2e05e4bd041b559a0352f0ad93729b7b65db91 (diff)
Reqwritten autoconf. Now builds
* Rewritten autoconf * (Hopefully not over-)Simplified it. * Quite a few build fixes (not well done, probably)
Diffstat (limited to 'io.cc')
-rw-r--r--io.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/io.cc b/io.cc
index 82502f0..fc08a69 100644
--- a/io.cc
+++ b/io.cc
@@ -24,6 +24,7 @@
#include <errno.h>
#include <string.h> // strerror
#include <pwd.h> // getpwuid
+#include <stdlib.h> // getenv
#include <map>