diff options
author | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-07 21:10:25 +0100 |
---|---|---|
committer | Waldemar Brodkorb <wbx@openadk.org> | 2010-03-07 21:10:25 +0100 |
commit | cd75563acd2459f874b50b396a312bb9638a1e9c (patch) | |
tree | ac2499819a75b165940527efaf5cc39fc2612001 /package/setserial/patches/patch-setserial_c | |
parent | d4204be3a519a34049d53c9805a22c8241acc77f (diff) | |
parent | 3dbe2178faba87f159ae33fce62717dfd93d3488 (diff) |
Merge branch 'master' of git+ssh://wbx@openadk.org/git/openadk
Diffstat (limited to 'package/setserial/patches/patch-setserial_c')
-rw-r--r-- | package/setserial/patches/patch-setserial_c | 10 |
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> |