diff options
Diffstat (limited to 'devel/libhid/files/patch-test_lshid.c')
-rw-r--r-- | devel/libhid/files/patch-test_lshid.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libhid/files/patch-test_lshid.c b/devel/libhid/files/patch-test_lshid.c new file mode 100644 index 000000000000..2b107ca7b9a1 --- /dev/null +++ b/devel/libhid/files/patch-test_lshid.c @@ -0,0 +1,10 @@ +--- test/lshid.c.orig 2009-03-07 20:30:14.000000000 +0300 ++++ test/lshid.c 2009-03-07 20:30:20.000000000 +0300 +@@ -23,6 +23,7 @@ + + #include <hid.h> + #include <stdio.h> ++#include <stdlib.h> + #include <string.h> + + char *hid_id[32]; /* FIXME: 32 devices MAX */ |