diff options
Diffstat (limited to 'devel/libhid/files/patch-src_hid_parsing.c')
-rw-r--r-- | devel/libhid/files/patch-src_hid_parsing.c | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/devel/libhid/files/patch-src_hid_parsing.c b/devel/libhid/files/patch-src_hid_parsing.c new file mode 100644 index 000000000000..3eccd4b712e1 --- /dev/null +++ b/devel/libhid/files/patch-src_hid_parsing.c @@ -0,0 +1,9 @@ +--- 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> + |