freebsd-ports/devel/libftdi/files/patch-examples_find_all.c
Philip M. Gollucci d5bad99c95 - Update to 0.17
PR:             ports/143556
Submitted by:   Olexandr Davydenko <o.davydenko@gmail.com> (maintainer)
2010-02-10 03:10:33 +00:00

10 lines
225 B
C

--- examples/find_all.c.orig 2009-03-17 23:06:40.000000000 +0200
+++ examples/find_all.c 2010-02-03 14:17:13.000000000 +0200
@@ -6,6 +6,7 @@
*/
#include <stdio.h>
+#include <stdlib.h>
#include <ftdi.h>
int main(void)