summaryrefslogtreecommitdiff
path: root/accessibility/speech-dispatcher/files/patch-src_clients_spdsend_server.c
blob: f8f8dc8c1d62cf124bd77f354bf0a11086d0d807 (plain) (blame)
1
2
3
4
5
6
7
8
9
10
--- src/clients/spdsend/server.c.orig	2015-05-07 23:19:02 UTC
+++ src/clients/spdsend/server.c
@@ -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