Adopt use of gnulib for portability.
[pspp-builds.git] / src / expressions / operations.h.pl
index d9d3b3c30507eb77798ed57bdf254ce25dd39e7a..d43a502126bdd71299d93b18f9c3798cea7ec85e 100644 (file)
@@ -2,7 +2,7 @@ do 'generate.pl';
 
 sub generate_output {
     print "#include <stdlib.h>\n";
-    print "#include \"bool.h\"\n\n";
+    print "#include <stdbool.h>\n\n";
 
     print "typedef enum";
     print "  {\n";