From fa001c2193045844dd3318f9538b309e11089c9c Mon Sep 17 00:00:00 2001 From: Olaf Meeuwissen Date: Mon, 12 Oct 2015 20:49:07 +0900 Subject: [PATCH] Follow getopt_long usage in scanimage.c This is on the off chance that getopt_long is not in the system's standard library. --- frontend/saned.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/frontend/saned.c b/frontend/saned.c index cdb369a0f..1ac56ce15 100644 --- a/frontend/saned.c +++ b/frontend/saned.c @@ -82,7 +82,7 @@ #include #include -#include +#include "lgetopt.h" #if defined(HAVE_SYS_POLL_H) && defined(HAVE_POLL) # include