Blob Blame History Raw
---
 liba2ps/liba2ps.h    |    3 +++
 liba2ps/liba2ps.h.in |    3 +++
 2 files changed, 6 insertions(+)

--- liba2ps/liba2ps.h.in
+++ liba2ps/liba2ps.h.in	2023-03-10 13:23:48.196486749 +0000
@@ -39,6 +39,9 @@
 # define __END_DECLS /* empty */
 #endif
 
+#include <stdbool.h>
+#include <sys/types.h>
+
 __BEGIN_DECLS
 
 /*
--- liba2ps/liba2ps.h
+++ liba2ps/liba2ps.h	2023-03-10 13:23:58.020307717 +0000
@@ -39,6 +39,9 @@
 # define __END_DECLS /* empty */
 #endif
 
+#include <stdbool.h>
+#include <sys/types.h>
+
 __BEGIN_DECLS
 
 /*