summaryrefslogtreecommitdiff
path: root/devel/libftdi/files/patch-src_ftdi.c
blob: 9a6079fd7cfebd17ccbb95792343bda57207afc5 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/ftdi.c.orig	2009-05-04 23:37:26.000000000 +0400
+++ src/ftdi.c	2009-05-04 23:37:46.000000000 +0400
@@ -28,6 +28,7 @@
 /** \addtogroup libftdi */
 /* @{ */
 
+#include <stdlib.h>
 #include <usb.h>
 #include <string.h>
 #include <errno.h>