summaryrefslogtreecommitdiff
path: root/devel/libftdi/files/patch-examples_bitbang_ft2232.c
blob: 4022fd6035455e2f701b8112366afb76b5910d38 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- examples/bitbang_ft2232.c.orig	2010-02-03 14:18:48.000000000 +0200
+++ examples/bitbang_ft2232.c	2010-02-03 14:18:57.000000000 +0200
@@ -9,6 +9,7 @@
 */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 #ifdef __WIN32__
 #define sleep(x) _sleep(x)