summaryrefslogtreecommitdiff
path: root/audio/gnome-speech/patches/patch-aa
blob: a5e963518cf260f931d566dc613450483b00e552 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
$NetBSD: patch-aa,v 1.4 2005/10/14 21:50:45 jmmv Exp $

Added some necessary header files.

--- drivers/festival/festivalsynthesisdriver.c.orig	Tue Mar  8 14:10:23 2005
+++ drivers/festival/festivalsynthesisdriver.c	Fri Mar 11 09:47:37 2005
@@ -25,8 +25,10 @@
  *
  */
 
-#include <string.h>
 #include <sys/types.h>
+#include <sys/socket.h>
+#include <netinet/in.h>
+#include <string.h>
 #include <sys/wait.h>
 #include <signal.h>
 #include <unistd.h>