about summary refs log tree commit diff stats
path: root/000organization.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 /000organization.cc
parent2367988301704881a61ca12c23eda9c385c43d3e (diff)
downloadmu-385ff13617edb380a0a58397fe4836f4261503b4.tar.gz
3027
Diffstat (limited to '000organization.cc')
-rw-r--r--000organization.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/000organization.cc b/000organization.cc
index dc37dbb3..cd02d58d 100644
--- a/000organization.cc
+++ b/000organization.cc
@@ -113,7 +113,7 @@ int main(int argc, char* argv[]) {
 
 //: our first directive; will move the include above the program
 :(before "End Includes")
-#include<stdlib.h>
+#include <stdlib.h>
 
 //: Without directives or with the :(code) directive, lines get added at the
 //: end.