summaryrefslogtreecommitdiff
path: root/devel/libftdi/files/patch-examples_serial_read.c
blob: 19d34ba9bf141914100553eb7d6973e3f1295109 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- examples/serial_read.c.orig	2010-02-03 14:19:13.000000000 +0200
+++ examples/serial_read.c	2010-02-03 14:19:19.000000000 +0200
@@ -6,6 +6,7 @@
 */
 
 #include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 #include <getopt.h>
 #include <ftdi.h>