File shoutsend-fix_includes.patch of Package shoutsend
18
1
---
2
shoutsend.c | 5 ++++-
3
1 file changed, 4 insertions(+), 1 deletion(-)
4
5
--- a/shoutsend.c
6
+++ b/shoutsend.c
7
8
-#include <shout/shout.h>
9
#include <stdio.h>
10
+#include <stdlib.h>
11
+#include <string.h>
12
#include <unistd.h>
13
+#include <ctype.h>
14
+#include <shout/shout.h>
15
16
#define BUFSIZE 4096
17
#define VERSION "1.02"
18