diff options
| author | Stanislav Sedov <stas@FreeBSD.org> | 2009-03-09 17:15:43 +0000 |
|---|---|---|
| committer | Stanislav Sedov <stas@FreeBSD.org> | 2009-03-09 17:15:43 +0000 |
| commit | f5d05ea54d1f80ecd08c5809a3ce5e1594e34eaa (patch) | |
| tree | 343e91600b9cf81ffb94bf71017b43a88bfcbf45 /devel/libftdi/files/patch-examples_find_all.c | |
| parent | - Update to 1.4.20 (diff) | |
- Chase libusb20 rename in r189585.
- Mark sane-backends broken on current due to changes
in USB stack.
Reviewed by: thompsa (old version), miwi
Tested by: miwi
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) |
