Changed order of headers to get test.c compiling on OS/2.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2001-06-04 20:08:22 +00:00
rodzic 3e72ff5b2f
commit d6adc10238
1 zmienionych plików z 2 dodań i 2 usunięć

Wyświetl plik

@ -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,