ayaports/user/sane/include.patch

12 lines
172 B
Diff
Raw Normal View History

2023-07-08 01:28:53 +00:00
--- a/include/sane/sane.h
+++ b/include/sane/sane.h
@@ -16,6 +16,8 @@
#ifndef sane_h
#define sane_h
+#include <sys/types.h>
+
#ifdef __cplusplus
extern "C" {
#endif