kopia lustrzana https://gitlab.com/sane-project/backends
Added #include <sys/types.h> to fix compilation on OS/2.
Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
ad76398849
commit
2cbddc816e
|
@ -50,6 +50,7 @@
|
||||||
This code has not been tested on anything other than Linux/i386.
|
This code has not been tested on anything other than Linux/i386.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include <sys/types.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <fcntl.h> /* open */
|
#include <fcntl.h> /* open */
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
|
|
Ładowanie…
Reference in New Issue