summaryrefslogtreecommitdiff
path: root/devel/libftdi/files/patch-examples_find_all.c
blob: f4a15772d49e918df6dcd3bad3d9773422525646 (plain) (blame)
1
2
3
4
5
6
7
8
9
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)