forked from Lainports/opnsense-ports
Taken from: https://github.com/freebsd/freebsd-ports.git Commit id: 5070672073b68be364139bc6b3a89100bd17d331
10 lines
245 B
C
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>
|