Added missing include.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-04-19 15:28:39 +00:00
rodzic d4a383d233
commit aea28d0298
2 zmienionych plików z 3 dodań i 2 usunięć

Wyświetl plik

@ -41,7 +41,7 @@
This backend is for testing frontends.
*/
#define BUILD 12
#define BUILD 13
#include "../include/sane/config.h"
@ -54,6 +54,7 @@
#include <sys/wait.h>
#include <time.h>
#include <unistd.h>
#include <fcntl.h>
#include "../include/sane/sane.h"
#include "../include/sane/sanei.h"

Wyświetl plik

@ -10,7 +10,7 @@
;
:backend "test" ; name of backend
:version "1.0-12" ; version of backend
:version "1.0-13" ; version of backend
:status :beta ; :alpha, :beta, :stable, :new
:manpage "sane-test" ; name of manpage (if it exists)
:url "http://www.meier-geinitz.de/sane/test-backend/" ; backend's web page