about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-06-02 10:40:06 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-06-02 10:40:06 -0700
commit385ff13617edb380a0a58397fe4836f4261503b4 (patch)
tree86a482bd8f038e49f6c37b1a61fa5308d306dde3 /020run.cc
parent2367988301704881a61ca12c23eda9c385c43d3e (diff)
downloadmu-385ff13617edb380a0a58397fe4836f4261503b4.tar.gz
3027
Diffstat (limited to '020run.cc')
-rw-r--r--020run.cc4
1 files changed, 2 insertions, 2 deletions
diff --git a/020run.cc b/020run.cc
index b33606ac..03efcd79 100644
--- a/020run.cc
+++ b/020run.cc
@@ -243,8 +243,8 @@ void load_all(string dir) {
   free(files);
 }
 :(before "End Includes")
-#include<dirent.h>
-#include<sys/stat.h>
+#include <dirent.h>
+#include <sys/stat.h>
 
 //:: Reading from memory, writing to memory.