mirror of
https://github.com/Stichting-MINIX-Research-Foundation/pkgsrc-ng.git
synced 2025-09-22 11:04:51 -04:00
19 lines
426 B
Plaintext
19 lines
426 B
Plaintext
$NetBSD: patch-aa,v 1.5 2008/11/16 17:24:40 wiz Exp $
|
|
|
|
Added some necessary header files.
|
|
|
|
--- drivers/festival/festivalsynthesisdriver.c.orig Tue Mar 8 14:10:23 2005
|
|
+++ drivers/festival/festivalsynthesisdriver.c
|
|
@@ -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>
|