about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2015-09-14 21:44:15 -0700
committerKartik K. Agaram <vc@akkartik.com>2015-09-14 21:44:15 -0700
commit9c362f85a1171f3dcc7f415029ce2ba7d610715d (patch)
treefe4d15eefd61e067e97dee936ba5346f16f2118f /020run.cc
parentd8c36313b353ba4622638653113bc717d5e0b5a4 (diff)
downloadmu-9c362f85a1171f3dcc7f415029ce2ba7d610715d.tar.gz
2196
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc1
1 files changed, 1 insertions, 0 deletions
diff --git a/020run.cc b/020run.cc
index 78b51c44..be127989 100644
--- a/020run.cc
+++ b/020run.cc
@@ -255,6 +255,7 @@ void load_all_permanently(string dir) {
 }
 :(before "End Includes")
 #include<dirent.h>
+#include<sys/stat.h>
 
 //:: Reading from memory, writing to memory.