Add missing includes.

merge-requests/1/head
Henning Geinitz 2003-04-27 12:51:00 +00:00
rodzic 2b050f4e08
commit de3256b534
2 zmienionych plików z 3 dodań i 0 usunięć

Wyświetl plik

@ -10,6 +10,7 @@
detection for the Plustek OpticPro U16B.
* doc/descriptions/unsupported.desc: Added more information for
the HP Scanjet 2300c.
* lib/getopt.c: Add missing includes.
2003-04-26 Henning Meier-Geinitz <henning@meier-geinitz.de>

Wyświetl plik

@ -40,6 +40,8 @@
#endif
#include <stdio.h>
#include <unistd.h>
#include <string.h>
/* Comment out all this code if we are using the GNU C Library, and are not
actually compiling the library itself. This code is part of the GNU C