summaryrefslogtreecommitdiff
path: root/package/setserial/patches
diff options
context:
space:
mode:
authorWaldemar Brodkorb <wbx@openadk.org>2010-03-06 13:17:52 +0100
committerWaldemar Brodkorb <wbx@openadk.org>2010-03-06 13:17:52 +0100
commitf5f050a0f19490169c4542d3b8ec64554fc3e3df (patch)
tree0016496a84b3ed06dbf275024bfe443eca651463 /package/setserial/patches
parent5c9f1a29acc910ac258fa6a6927b159ff58da2ff (diff)
fix compile
Diffstat (limited to 'package/setserial/patches')
-rw-r--r--package/setserial/patches/patch-setserial_c10
1 files changed, 10 insertions, 0 deletions
diff --git a/package/setserial/patches/patch-setserial_c b/package/setserial/patches/patch-setserial_c
new file mode 100644
index 000000000..ec2cb3c84
--- /dev/null
+++ b/package/setserial/patches/patch-setserial_c
@@ -0,0 +1,10 @@
+--- setserial-2.17.orig/setserial.c 2000-01-27 16:40:52.000000000 +0100
++++ setserial-2.17/setserial.c 2010-03-05 17:42:26.316553683 +0100
+@@ -11,6 +11,7 @@
+ */
+
+ #include <stdio.h>
++#include <stdlib.h>
+ #include <fcntl.h>
+ #include <termios.h>
+ #include <string.h>