epsonds: add missing includes

Fixes build failure on Haiku.  Alioth Tracker: 315750.
merge-requests/1/head
Jerome Duval 2017-06-04 12:22:31 +02:00 zatwierdzone przez Olaf Meeuwissen
rodzic fbe2f6d332
commit 2284c6e034
1 zmienionych plików z 6 dodań i 0 usunięć

Wyświetl plik

@ -41,6 +41,12 @@
#include "sane/config.h"
#include <ctype.h>
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#ifdef HAVE_SYS_TIME_H
# include <sys/time.h>
#endif
#include <unistd.h>
#include "sane/saneopts.h"