Add include of sys/param.h for MAXHOSTNAMELEN

This commit is contained in:
Craig Rodrigues
2015-11-16 17:06:33 +00:00
parent ab905b04a2
commit 66b5c05d95
5 changed files with 5 additions and 0 deletions
+1
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>
+1
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>
+1
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>
+1
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>
+1
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>