about summary refs log tree commit diff stats
path: root/087file.cc
diff options
context:
space:
mode:
authorKartik K. Agaram <vc@akkartik.com>2016-08-14 05:05:05 -0700
committerKartik K. Agaram <vc@akkartik.com>2016-08-14 05:05:05 -0700
commitf4eee01a6bcb752638b16da0a92d6ba4ae01ef28 (patch)
tree3dc46c9e512239000c69a9be8271210625b3670d /087file.cc
parent734eef7c0ee9d4626aec7a44b5dbf1d1d92f010f (diff)
downloadmu-f4eee01a6bcb752638b16da0a92d6ba4ae01ef28.tar.gz
3184
Fix CI. How does it work on my Mac without explicitly including errno?
Diffstat (limited to '087file.cc')
-rw-r--r--087file.cc2
1 files changed, 2 insertions, 0 deletions
diff --git a/087file.cc b/087file.cc
index 29fdbb3c..af719695 100644
--- a/087file.cc
+++ b/087file.cc
@@ -104,6 +104,8 @@ case _READ_FROM_FILE: {
   products.at(0).push_back(c);
   break;
 }
+:(before "End Includes")
+#include <cerrno>
 
 :(before "End Primitive Recipe Declarations")
 _WRITE_TO_FILE,