summaryrefslogtreecommitdiff
path: root/devel/libftdi/files/patch-examples_simple.c
diff options
context:
space:
mode:
authorStanislav Sedov <stas@FreeBSD.org>2009-03-09 17:15:43 +0000
committerStanislav Sedov <stas@FreeBSD.org>2009-03-09 17:15:43 +0000
commitf5d05ea54d1f80ecd08c5809a3ce5e1594e34eaa (patch)
tree343e91600b9cf81ffb94bf71017b43a88bfcbf45 /devel/libftdi/files/patch-examples_simple.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_simple.c')
-rw-r--r--devel/libftdi/files/patch-examples_simple.c10
1 files changed, 10 insertions, 0 deletions
diff --git a/devel/libftdi/files/patch-examples_simple.c b/devel/libftdi/files/patch-examples_simple.c
new file mode 100644
index 000000000000..8aaf9e4a075e
--- /dev/null
+++ b/devel/libftdi/files/patch-examples_simple.c
@@ -0,0 +1,10 @@
+--- examples/simple.c.orig 2009-03-07 20:12:44.000000000 +0300
++++ examples/simple.c 2009-03-07 20:14:10.000000000 +0300
+@@ -6,6 +6,7 @@
+ */
+
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <ftdi.h>
+
+ int main(int argc, char **argv)