kopia lustrzana https://gitlab.com/sane-project/backends
Changed order of headers to get test.c compiling on OS/2.
Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
3e72ff5b2f
commit
d6adc10238
|
@ -26,7 +26,6 @@
|
||||||
|
|
||||||
#include <ctype.h>
|
#include <ctype.h>
|
||||||
#include <limits.h>
|
#include <limits.h>
|
||||||
#include <netdb.h>
|
|
||||||
#include <stdio.h>
|
#include <stdio.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
@ -35,9 +34,10 @@
|
||||||
#include <sys/socket.h>
|
#include <sys/socket.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
|
||||||
|
#include <netdb.h>
|
||||||
#include <netinet/in.h>
|
#include <netinet/in.h>
|
||||||
|
|
||||||
#include <sane/sane.h>
|
#include "../include/sane/sane.h"
|
||||||
|
|
||||||
void
|
void
|
||||||
auth_callback (SANE_String_Const domain,
|
auth_callback (SANE_String_Const domain,
|
||||||
|
|
Ładowanie…
Reference in New Issue