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