Removed OS/2 kludge: it's not necessary.

Henning Meier-Geinitz <henning@meier-geinitz.de>
DEVEL_2_0_BRANCH-1
Henning Geinitz 2002-02-08 21:51:45 +00:00
rodzic b4352d8d69
commit f41f349a16
1 zmienionych plików z 2 dodań i 9 usunięć

Wyświetl plik

@ -3,15 +3,8 @@
#ifndef HAVE_INET_NTOP
#include <string.h>
#ifdef HAVE_OS2_H
# include <sys/socket.h>
# include <sys/types.h>
#else
# include <sys/types.h>
# include <sys/socket.h>
#endif
#include <sys/types.h>
#include <sys/socket.h>
#include <netinet/in.h>
#include <arpa/inet.h>