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 <limits.h>
|
||||
#include <netdb.h>
|
||||
#include <stdio.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
|
@ -35,9 +34,10 @@
|
|||
#include <sys/socket.h>
|
||||
#include <sys/types.h>
|
||||
|
||||
#include <netdb.h>
|
||||
#include <netinet/in.h>
|
||||
|
||||
#include <sane/sane.h>
|
||||
#include "../include/sane/sane.h"
|
||||
|
||||
void
|
||||
auth_callback (SANE_String_Const domain,
|
||||
|
|
Ładowanie…
Reference in New Issue