diff options
Diffstat (limited to 'devel/libftdi/files/patch-examples_find_all.c')
-rw-r--r-- | devel/libftdi/files/patch-examples_find_all.c | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libftdi/files/patch-examples_find_all.c b/devel/libftdi/files/patch-examples_find_all.c new file mode 100644 index 000000000000..f4a15772d49e --- /dev/null +++ b/devel/libftdi/files/patch-examples_find_all.c @@ -0,0 +1,10 @@ +--- examples/find_all.c.orig 2009-03-07 20:18:06.000000000 +0300 ++++ examples/find_all.c 2009-03-07 20:18:52.000000000 +0300 +@@ -6,6 +6,7 @@ + */ + + #include <stdio.h> ++#include <stdlib.h> + #include <ftdi.h> + + int main(int argc, char **argv) |