opnsense-ports/devel/libftdi/files/patch-src_ftdi.c
Franco Fichtner 8cb1a96ede ports: pull in a snapshot of the FreeBSD ports tree
Taken from:	https://github.com/freebsd/freebsd-ports.git
Commit id:	5070672073b68be364139bc6b3a89100bd17d331
2014-11-09 14:03:21 +01:00

10 lines
245 B
C

--- 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>