a540a8b3b4
A lightweight cross platform IP telephony client using the IAX protocol, designed for use with the asterisk open source PBX. OK, landry@ jasper@
13 lines
402 B
Plaintext
13 lines
402 B
Plaintext
$OpenBSD: patch-contrib_tcl_iaxclient_c,v 1.1 2010/06/18 17:32:21 sebastia Exp $
|
|
--- contrib/tcl/iaxclient.c.orig Sun Nov 15 20:08:09 2009
|
|
+++ contrib/tcl/iaxclient.c Sun Nov 15 20:08:24 2009
|
|
@@ -20,7 +20,7 @@
|
|
#if TARGET_API_MAC_CARBON
|
|
// typedef int socklen_t;
|
|
#endif
|
|
-#include "iaxclient.h"
|
|
+#include "../../lib/iaxclient.h"
|
|
|
|
/* thread support */
|
|
#if defined(WIN32) || defined(_WIN32_WCE)
|