kopia lustrzana https://gitlab.com/sane-project/backends
Changed order of includes for OS/2 compatibility.
Henning Meier-Geinitz <henning@meier-geinitz.de>DEVEL_2_0_BRANCH-1
rodzic
317dfa3539
commit
da933d93d1
|
@ -2,11 +2,11 @@
|
||||||
|
|
||||||
#ifndef HAVE_INET_NTOP
|
#ifndef HAVE_INET_NTOP
|
||||||
|
|
||||||
#include <arpa/inet.h>
|
|
||||||
#include <sys/types.h>
|
|
||||||
#include <sys/socket.h>
|
|
||||||
#include <netinet/in.h>
|
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
#include <netinet/in.h>
|
||||||
|
#include <sys/socket.h>
|
||||||
|
#include <sys/types.h>
|
||||||
|
#include <arpa/inet.h>
|
||||||
|
|
||||||
const char *
|
const char *
|
||||||
inet_ntop (int af, const void *src, char *dst, size_t cnt)
|
inet_ntop (int af, const void *src, char *dst, size_t cnt)
|
||||||
|
|
Ładowanie…
Reference in New Issue