svn commit: r196976 - head/lib/libc/net

Poul-Henning Kamp phk at FreeBSD.org
Tue Sep 8 15:18:25 UTC 2009


Author: phk
Date: Tue Sep  8 15:18:25 2009
New Revision: 196976
URL: http://svn.freebsd.org/changeset/base/196976

Log:
  Add necessary include

Modified:
  head/lib/libc/net/getifaddrs.c

Modified: head/lib/libc/net/getifaddrs.c
==============================================================================
--- head/lib/libc/net/getifaddrs.c	Tue Sep  8 15:13:49 2009	(r196975)
+++ head/lib/libc/net/getifaddrs.c	Tue Sep  8 15:18:25 2009	(r196976)
@@ -33,6 +33,7 @@
 __FBSDID("$FreeBSD$");
 
 #include "namespace.h"
+#include <sys/param.h>
 #include <sys/types.h>
 #include <sys/ioctl.h>
 #include <sys/socket.h>


More information about the svn-src-all mailing list