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
Olaf Meeuwissen 2015-10-12 20:49:07 +09:00
rodzic 45e66aee95
commit fa001c2193
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -82,7 +82,7 @@
#include <pwd.h>
#include <grp.h>
#include <getopt.h>
#include "lgetopt.h"
#if defined(HAVE_SYS_POLL_H) && defined(HAVE_POLL)
# include <sys/poll.h>