mirror of
https://git.freebsd.org/ports.git
synced 2025-07-08 21:09:17 -04:00
- Mark sane-backends broken on current due to changes in USB stack. Reviewed by: thompsa (old version), miwi Tested by: miwi
10 lines
242 B
C
10 lines
242 B
C
--- 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)
|