1
0
Fork 0
mirror of https://git.freebsd.org/ports.git synced 2025-07-09 21:39:17 -04:00
ports/sysutils/bsdmoted/files/patch-parser.y
Adam Weinberger 365d094cb7 Fix build.
2014-08-01 17:14:14 +00: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>