ports/devel/libftdi/files/patch-examples_simple.c
Stanislav Sedov f5d05ea54d - 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
2009-03-09 17:15:43 +00:00

10 lines
238 B
C

--- 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)