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