summaryrefslogtreecommitdiff
path: root/pjlib
diff options
context:
space:
mode:
authorBenny Prijono <bennylp@teluu.com>2006-06-01 11:38:40 +0000
committerBenny Prijono <bennylp@teluu.com>2006-06-01 11:38:40 +0000
commit30b8d29ff81de06b003d8a7a055f491f4a0cd7d0 (patch)
tree63f9f37c91470b2041f637abca0ba314f5d279a8 /pjlib
parent0a523ff1658aad0f96d7c325f3ae4327f1020d9e (diff)
Added "#undef s_addr" in sock.h to fix build error on some Windows platforms
git-svn-id: http://svn.pjsip.org/repos/pjproject/trunk@484 74dad513-b988-da41-8d7b-12977e46ad98
Diffstat (limited to 'pjlib')
-rw-r--r--pjlib/include/pj/sock.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/pjlib/include/pj/sock.h b/pjlib/include/pj/sock.h
index 05d1ef5e..b5a9dcf5 100644
--- a/pjlib/include/pj/sock.h
+++ b/pjlib/include/pj/sock.h
@@ -174,6 +174,8 @@ typedef struct pj_sockaddr
} pj_sockaddr;
+#undef s_addr
+
/**
* This structure describes Internet address.
*/