mirror of
https://git.freebsd.org/ports.git
synced 2025-06-26 07:00:31 -04:00
Speech Dispatcher is a device independent layer for speech synthesis, developed with the goal of making the usage of speech synthesis easier for application programmers. It takes care of most of the tasks necessary to solve in speech enabled applications. What is a very high level GUI library to graphics, Speech Dispatcher is to speech synthesis. PR: 142436 Submitted by: Alberto Villa Tested by: myself Approved by: miwi, tabthorpe (mentors implicit)
10 lines
299 B
C
10 lines
299 B
C
--- src/c/clients/spdsend/server.c.orig 2009-12-08 20:16:01.708882022 +0000
|
|
+++ src/c/clients/spdsend/server.c 2009-12-08 20:24:49.894019326 +0000
|
|
@@ -30,6 +30,7 @@
|
|
|
|
#include <errno.h>
|
|
#include <netdb.h>
|
|
+#include <sys/types.h>
|
|
#include <netinet/in.h>
|
|
#include <netinet/tcp.h>
|
|
#if USE_THREADS
|