1
0
mirror of https://git.FreeBSD.org/ports.git synced 2024-12-18 03:46:03 +00:00
freebsd-ports/comms/lirc/files/patch-drivers::lirc.h
Mike Heffner 3ef2cf17d7 * Update to 0.7.2.
PR:	 ports/86528
Submitted by:	Daniel J. O'Connor <darius@dons.net.au>
2005-10-19 03:41:51 +00:00

11 lines
226 B
C

--- drivers/lirc.h.orig Sun Aug 21 21:45:04 2005
+++ drivers/lirc.h Sun Aug 21 21:45:11 2005
@@ -8,6 +8,7 @@
#include <linux/ioctl.h>
#else
#include <sys/types.h>
+#include <sys/ioctl.h>
typedef u_int32_t __u32;
#endif