freebsd-ports/accessibility/speech-dispatcher/files/patch-src_clients_spdsend_server.c
Mathieu Arnold 9fa9eb9ac7 Cleanup patches, a* categories.
Rename them to follow the make makepatch naming, and regenerate them.

With hat:	portmgr
Sponsored by:	Absolight
2016-07-26 16:51:15 +00:00

10 lines
247 B
C

--- 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