mirror of
https://git.freebsd.org/ports.git
synced 2025-06-28 08:00:31 -04:00
- Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi
9 lines
228 B
C
9 lines
228 B
C
--- src/hid_parsing.c.orig 2009-03-07 20:29:35.000000000 +0300
|
|
+++ src/hid_parsing.c 2009-03-07 20:29:43.000000000 +0300
|
|
@@ -1,5 +1,6 @@
|
|
#define HID_INTERNAL
|
|
|
|
+#include <stdlib.h>
|
|
#include <hid.h>
|
|
#include <hid_helpers.h>
|
|
|