summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorkevlo <kevlo@FreeBSD.org>2012-05-22 01:28:32 +0000
committerkevlo <kevlo@FreeBSD.org>2012-05-22 01:28:32 +0000
commit446228b9c8f7254d4433322a5f893f1fcb199b64 (patch)
treee4f6aa12704c77b5693b07f8af5aaeb492e44b62
parent1acd03e35eb0ed156d3395b41f920585e773315f (diff)
downloadFreeBSD-src-446228b9c8f7254d4433322a5f893f1fcb199b64.zip
FreeBSD-src-446228b9c8f7254d4433322a5f893f1fcb199b64.tar.gz
Add missing header needed by free()
Reported by: tinderbox
-rw-r--r--lib/libc/net/nsparser.y1
1 files changed, 1 insertions, 0 deletions
diff --git a/lib/libc/net/nsparser.y b/lib/libc/net/nsparser.y
index 730458a..2e57cd2 100644
--- a/lib/libc/net/nsparser.y
+++ b/lib/libc/net/nsparser.y
@@ -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"
OpenPOWER on IntegriCloud