diff options
Diffstat (limited to 'comms/kyopon/patches/patch-aa')
-rw-r--r-- | comms/kyopon/patches/patch-aa | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/comms/kyopon/patches/patch-aa b/comms/kyopon/patches/patch-aa new file mode 100644 index 00000000000..72d40b51b38 --- /dev/null +++ b/comms/kyopon/patches/patch-aa @@ -0,0 +1,12 @@ +$NetBSD: patch-aa,v 1.1 2006/05/21 14:18:38 joerg Exp $ + +--- kyopon.c.orig 2006-05-21 14:12:39.000000000 +0000 ++++ kyopon.c +@@ -36,6 +36,7 @@ + #include <unistd.h> + #include <fcntl.h> + #include <sys/ioctl.h> ++#include <sys/stat.h> + #include <sys/uio.h> + #include <dev/usb/ukyopon.h> + #include <assert.h> |