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

Kevin Lo kevlo at FreeBSD.org
Tue May 22 01:28:33 UTC 2012


Author: kevlo
Date: Tue May 22 01:28:32 2012
New Revision: 235767
URL: http://svn.freebsd.org/changeset/base/235767

Log:
  Add missing header needed by free()
  
  Reported by:	tinderbox

Modified:
  head/lib/libc/net/nsparser.y

Modified: head/lib/libc/net/nsparser.y
==============================================================================
--- head/lib/libc/net/nsparser.y	Tue May 22 00:32:30 2012	(r235766)
+++ head/lib/libc/net/nsparser.y	Tue May 22 01:28:32 2012	(r235767)
@@ -44,6 +44,7 @@ __FBSDID("$FreeBSD$");
 #define _NS_PRIVATE
 #include <nsswitch.h>
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <syslog.h>
 #include "un-namespace.h"


More information about the svn-src-all mailing list