openbsd-ports/telephony/pjsua/patches/patch-pjsip_include_pjsua_h
dcoppa 42a5d6cf0f Update to pjsua-1.5.5
From (new) MAINTAINER Christopher Zimmermann with some modifications
by landry@, ajacoutot@, sthen@ and myself.

Thanks!

OK landry@, ajacoutot@, sthen@
2010-04-02 11:48:24 +00:00

10 lines
265 B
Plaintext

$OpenBSD: patch-pjsip_include_pjsua_h,v 1.1 2010/04/02 11:48:24 dcoppa Exp $
fix from upstream:
missing include
--- pjsip/include/pjsua.h.orig Wed Mar 31 10:28:45 2010
+++ pjsip/include/pjsua.h Wed Mar 31 10:28:45 2010
@@ -0,0 +1 @@
+#include <pjsua-lib/pjsua.h>