[Midnightbsd-cvs] src [7113] trunk/usr.sbin/bluetooth/hcsecd/parser.y: include stdlib for free
laffer1 at midnightbsd.org
laffer1 at midnightbsd.org
Sun Jul 19 09:58:37 EDT 2015
Revision: 7113
http://svnweb.midnightbsd.org/src/?rev=7113
Author: laffer1
Date: 2015-07-19 09:58:36 -0400 (Sun, 19 Jul 2015)
Log Message:
-----------
include stdlib for free
Modified Paths:
--------------
trunk/usr.sbin/bluetooth/hcsecd/parser.y
Modified: trunk/usr.sbin/bluetooth/hcsecd/parser.y
===================================================================
--- trunk/usr.sbin/bluetooth/hcsecd/parser.y 2015-07-19 13:56:48 UTC (rev 7112)
+++ trunk/usr.sbin/bluetooth/hcsecd/parser.y 2015-07-19 13:58:36 UTC (rev 7113)
@@ -36,6 +36,7 @@
#include <errno.h>
#include <limits.h>
#include <stdio.h>
+#include <stdlib.h>
#include <stdarg.h>
#include <string.h>
#include <syslog.h>
More information about the Midnightbsd-cvs
mailing list