File shoutsend-fix_includes.patch of Package shoutsend (Revision d26d3e85d21a1ccac351c2853291dc88)
Currently displaying revision d26d3e85d21a1ccac351c2853291dc88 , Show latest
13
1
--- shoutsend.c.orig 2013-04-14 13:18:52.717344450 +0200
2
+++ shoutsend.c 2013-04-14 13:20:26.754592541 +0200
3
4
-#include <shout/shout.h>
5
#include <stdio.h>
6
+#include <stdlib.h>
7
+#include <string.h>
8
#include <unistd.h>
9
+#include <shout/shout.h>
10
11
#define BUFSIZE 4096
12
#define VERSION "1.02"
13