Initial import of using libusb-1.0.
[libftdi] / examples / simple.c
index 8abd7b3..0fcf4e8 100644 (file)
@@ -6,6 +6,7 @@
 */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <ftdi.h>
 
 int main(void)