about summary refs log tree commit diff stats
diff options
context:
space:
mode:
-rw-r--r--002test.cc2
-rw-r--r--087file.cc2
-rw-r--r--html/002test.cc.html2
-rw-r--r--html/087file.cc.html2
4 files changed, 4 insertions, 4 deletions
diff --git a/002test.cc b/002test.cc
index a07d5d9f..9ec5e64d 100644
--- a/002test.cc
+++ b/002test.cc
@@ -110,4 +110,4 @@ void test_is_integer() {
 }
 
 :(before "End Includes")
-#include <cstdlib>
+#include <stdlib.h>
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,
diff --git a/html/002test.cc.html b/html/002test.cc.html
index 43b362de..399d1f83 100644
--- a/html/002test.cc.html
+++ b/html/002test.cc.html
@@ -144,7 +144,7 @@ Passed = <span class="Constant">true</span><span class="Delimiter">;</span>
 <span class="Delimiter">}</span>
 
 <span class="Delimiter">:(before &quot;End Includes&quot;)</span>
-<span class="PreProc">#include </span><span class="Constant">&lt;cstdlib&gt;</span>
+<span class="PreProc">#include </span><span class="Constant">&lt;stdlib.h&gt;</span>
 </pre>
 </body>
 </html>
diff --git a/html/087file.cc.html b/html/087file.cc.html
index f8e0ad1e..192db668 100644
--- a/html/087file.cc.html
+++ b/html/087file.cc.html
@@ -173,7 +173,7 @@ put<span class="Delimiter">(</span>Recipe_ordinal<span class="Delimiter">,</span
   <span class="Identifier">break</span><span class="Delimiter">;</span>
 <span class="Delimiter">}</span>
 <span class="Delimiter">:(before &quot;End Includes&quot;)</span>
-<span class="PreProc">#include </span><span class="Constant">&lt;cerrno&gt;</span>
+<span class="PreProc">#include </span><span class="Constant">&lt;errno.h&gt;</span>
 
 <span class="Delimiter">:(before &quot;End Primitive Recipe Declarations&quot;)</span>
 _WRITE_TO_FILE<span class="Delimiter">,</span>