mirror of
https://gitlab.alpinelinux.org/alpine/aports.git
synced 2025-04-18 20:16:51 +02:00
22 lines
344 B
Diff
22 lines
344 B
Diff
Fix sane test used to detect sane during configure.
|
|
|
|
--- a/configure
|
|
+++ b/configure
|
|
@@ -6631,6 +6631,7 @@
|
|
|
|
#include <sane/sane.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
|
|
int
|
|
main ()
|
|
--- a/m4/sane.m4
|
|
+++ b/m4/sane.m4
|
|
@@ -44,6 +44,7 @@
|
|
AC_TRY_RUN([
|
|
#include <sane/sane.h>
|
|
#include <stdio.h>
|
|
+#include <stdlib.h>
|
|
|
|
int
|
|
main ()
|