ports/accessibility/speech-dispatcher/files/patch-src__clients__spdsend__server.c
Alberto Villa 94db08640e - Update to 0.8.
- STAGEify.
- Use OPTIONS helpers.
2013-11-16 16:50:55 +00:00

10 lines
299 B
C

--- ./src/clients/spdsend/server.c.orig 2012-07-11 11:05:05.000000000 +0200
+++ ./src/clients/spdsend/server.c 2013-11-15 08:44:05.105354858 +0100
@@ -33,6 +33,7 @@
#include <errno.h>
#include <netdb.h>
+#include <sys/types.h>
#include <netinet/in.h>
#include <netinet/tcp.h>
#if USE_THREADS