about summary refs log tree commit diff stats
path: root/020run.cc
diff options
context:
space:
mode:
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.