Blame a2ps-4.13-types.patch

cc05f7
---
cc05f7
 liba2ps/liba2ps.h    |    3 +++
cc05f7
 liba2ps/liba2ps.h.in |    3 +++
cc05f7
 2 files changed, 6 insertions(+)
cc05f7
cc05f7
--- liba2ps/liba2ps.h.in
cc05f7
+++ liba2ps/liba2ps.h.in	2023-03-10 13:23:48.196486749 +0000
cc05f7
@@ -39,6 +39,9 @@
cc05f7
 # define __END_DECLS /* empty */
Bernhard M. Wiedemann 7eefe3
 #endif
Bernhard M. Wiedemann 7eefe3
 
Bernhard M. Wiedemann 7eefe3
+#include <stdbool.h>
Bernhard M. Wiedemann 7eefe3
+#include <sys/types.h>
cc05f7
+
cc05f7
 __BEGIN_DECLS
cc05f7
 
cc05f7
 /*
cc05f7
--- liba2ps/liba2ps.h
cc05f7
+++ liba2ps/liba2ps.h	2023-03-10 13:23:58.020307717 +0000
cc05f7
@@ -39,6 +39,9 @@
cc05f7
 # define __END_DECLS /* empty */
cc05f7
 #endif
Bernhard M. Wiedemann 7eefe3
 
cc05f7
+#include <stdbool.h>
cc05f7
+#include <sys/types.h>
cc05f7
+
Bernhard M. Wiedemann 7eefe3
 __BEGIN_DECLS
Bernhard M. Wiedemann 7eefe3
 
cc05f7
 /*