Changed order of includes for OS/2 compatibility again.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-01-10 23:35:46 +00:00
rodzic b8fafb4701
commit 382b9e86e9
1 zmienionych plików z 2 dodań i 1 usunięć

Wyświetl plik

@ -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)
{