openbsd-ports/telephony/siproxd/patches/patch-src_resolve_c
sthen e7f3e698e4 Update to siproxd 0.8.1 and add rc script; from Lawrence Teo, based
on a diff from stephan@ with feedback from myself and Brad
2012-01-17 17:30:33 +00:00

15 lines
346 B
Plaintext

$OpenBSD: patch-src_resolve_c,v 1.1 2012/01/17 17:30:33 sthen Exp $
--- src/resolve.c.orig Sat May 28 16:47:15 2011
+++ src/resolve.c Mon Sep 26 20:42:59 2011
@@ -20,8 +20,9 @@
#include "config.h"
-#include <arpa/inet.h>
+#include <sys/types.h>
#include <netinet/in.h>
+#include <arpa/inet.h>
#include <arpa/nameser.h>
#ifdef __APPLE__