1
1

* htonl requires arpa/inet.h on most unix platforms...

This commit was SVN r9150.
Этот коммит содержится в:
Brian Barrett 2006-02-26 19:10:26 +00:00
родитель 68f5ad074a
Коммит 1832a30c92

Просмотреть файл

@ -30,6 +30,9 @@
#ifdef HAVE_SYS_SELECT_H
#include <sys/select.h>
#endif
#ifdef HAVE_ARPA_INET_H
#include <arpa/inet.h>
#endif
#ifndef __WINDOWS__
/*