File: 010_ping-apollo.c_stdlib.h%2Bstring.h.diff

package info (click to toggle)
emacspeak-ss 1.12.1-9
  • links: PTS, VCS
  • area: main
  • in suites: bookworm, sid, trixie
  • size: 540 kB
  • sloc: tcl: 533; sh: 445; perl: 170; makefile: 85; ansic: 77
file content (13 lines) | stat: -rw-r--r-- 431 bytes parent folder | download | duplicates (4)
1
2
3
4
5
6
7
8
9
10
11
12
13
Index: emacspeak-ss/ping-apollo.c
===================================================================
--- emacspeak-ss.orig/ping-apollo.c	1998-12-07 01:57:06.000000000 +0100
+++ emacspeak-ss/ping-apollo.c	2012-11-30 15:46:51.394257750 +0100
@@ -9,6 +9,8 @@
 #include <sys/time.h>
 #include <unistd.h>
 #include <linux/serial.h>
+#include <stdlib.h>
+#include <string.h>
 
 #define DEFAULT_DEVICE "/dev/ttyS0"
 #define MAXCHARS 128