mirror of
https://git.FreeBSD.org/ports.git
synced 2024-12-13 03:03:15 +00:00
4cc6043899
- Prefer gnutls over openssl Based on a patch by: "Daniel S. Haischt" <me@daniel.stefan.haischt.name> [1]
11 lines
301 B
C
11 lines
301 B
C
--- modules/zeroconf/libwzd_zeroconf.c.orig Wed Feb 22 21:44:51 2006
|
|
+++ modules/zeroconf/libwzd_zeroconf.c Wed Feb 22 21:45:26 2006
|
|
@@ -27,6 +27,7 @@
|
|
#include <unistd.h>
|
|
#include <sys/types.h>
|
|
#include <string.h>
|
|
+#include <signal.h>
|
|
|
|
#include <arpa/inet.h> /* htonl() */
|
|
#include <sys/wait.h>
|