1
0
Fork 0
mirror of https://gitlab.alpinelinux.org/alpine/aports.git synced 2025-07-25 12:15:32 +03:00
aports/community/sane/include.patch
Rasmus Thomsen 815d460448 community/sane: move from testing
It's required for simple-scanner. Modernize the APKBUILD while I'm at it.
2019-06-05 17:48:01 +00:00

11 lines
172 B
Diff

--- 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