2023-03-17 13:16:04 +00:00
|
|
|
---
|
|
|
|
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 */
|
2008-10-27 15:38:28 +00:00
|
|
|
#endif
|
|
|
|
|
|
|
|
+#include <stdbool.h>
|
|
|
|
+#include <sys/types.h>
|
2023-03-17 13:16:04 +00:00
|
|
|
+
|
|
|
|
__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
|
2008-10-27 15:38:28 +00:00
|
|
|
|
2023-03-17 13:16:04 +00:00
|
|
|
+#include <stdbool.h>
|
|
|
|
+#include <sys/types.h>
|
|
|
|
+
|
2008-10-27 15:38:28 +00:00
|
|
|
__BEGIN_DECLS
|
|
|
|
|
2023-03-17 13:16:04 +00:00
|
|
|
/*
|