mirror of
https://git.freebsd.org/ports.git
synced 2025-06-29 08:30:37 -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
238 B
C
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)
|