kopia lustrzana https://gitlab.com/sane-project/backends
Follow getopt_long usage in scanimage.c
This is on the off chance that getopt_long is not in the system's standard library.merge-requests/1/head
rodzic
45e66aee95
commit
fa001c2193
|
@ -82,7 +82,7 @@
|
||||||
#include <pwd.h>
|
#include <pwd.h>
|
||||||
#include <grp.h>
|
#include <grp.h>
|
||||||
|
|
||||||
#include <getopt.h>
|
#include "lgetopt.h"
|
||||||
|
|
||||||
#if defined(HAVE_SYS_POLL_H) && defined(HAVE_POLL)
|
#if defined(HAVE_SYS_POLL_H) && defined(HAVE_POLL)
|
||||||
# include <sys/poll.h>
|
# include <sys/poll.h>
|
||||||
|
|
Ładowanie…
Reference in New Issue