about summary refs log tree commit diff stats
path: root/087file.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-10-01 23:14:17 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-10-01 23:14:17 -0700
commitf2043a732479256f8218f5d8418bf9894f846a07 (patch)
tree31932f696cf5fc7d1289d2d3f21a0494e71bc36c /087file.cc
parent65cec710256b93bedda02930195aea77e4bae40d (diff)
downloadmu-f2043a732479256f8218f5d8418bf9894f846a07.tar.gz
3433
Diffstat (limited to '087file.cc')
-rw-r--r--087file.cc2
1 files changed, 1 insertions, 1 deletions
diff --git a/087file.cc b/087file.cc
index ffa6417c..402d8bde 100644
--- a/087file.cc
+++ b/087file.cc
@@ -140,7 +140,7 @@ case _READ_FROM_FILE: {
   break;
 }
 :(before "End Includes")
-#include <cerrno>
+#include <errno.h>
 
 :(before "End Primitive Recipe Declarations")
 _WRITE_TO_FILE,