Add include of sys/param.h for MAXHOSTNAMELEN

This commit is contained in:
rodrigc 2015-11-16 17:06:33 +00:00
parent c20370bb1b
commit 1ca828578c
5 changed files with 5 additions and 0 deletions

View File

@ -17,6 +17,7 @@
*/
#include <sys/types.h>
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/tree.h>

View File

@ -26,6 +26,7 @@
%{
#include <sys/types.h>
#include <sys/param.h>
#include <sys/time.h>
#include <sys/queue.h>
#include <sys/tree.h>

View File

@ -17,6 +17,7 @@
*/
#include <sys/types.h>
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/select.h>

View File

@ -18,6 +18,7 @@
*/
#include <sys/types.h>
#include <sys/param.h>
#include <sys/queue.h>
#include <sys/socket.h>
#include <sys/signal.h>

View File

@ -18,6 +18,7 @@
*/
#include <sys/types.h>
#include <sys/param.h>
#include <sys/socket.h>
#include <sys/stat.h>
#include <sys/time.h>