opnsense-ports/sysutils/bsdmoted/files/patch-parser.y
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
321 B
Text

--- ./parser.y.orig 2014-08-01 13:12:16.000000000 -0400
+++ ./parser.y 2014-08-01 13:12:32.000000000 -0400
@@ -32,6 +32,7 @@
* $FreeBSD: src/usr.sbin/bluetooth/bthidd/parser.y,v 1.4.2.2 2006/12/01 23:33:22 emax Exp $
*/
+#include <stdlib.h>
#include <sys/queue.h>
#include <bluetooth.h>
#include <dev/usb/usb.h>