Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
BC
public
external
sofia-sip
Commits
dd111db9
Commit
dd111db9
authored
Oct 03, 2006
by
Michael Jerris
Browse files
BSD build fix, you need _XOPEN_SOURCE for ipv6 defs
darcs-hash:20061003142430-16063-55bfcb0146906c929de7d35dca48f3a3a9f4869a.gz
parent
f83ea2f5
Changes
1
Hide whitespace changes
Inline
Side-by-side
libsofia-sip-ua-glib/su-glib/su_source.c
View file @
dd111db9
...
...
@@ -37,7 +37,7 @@
#endif
/* Use Posix stuff */
#define _XOPEN_SOURCE (
5
00)
#define _XOPEN_SOURCE (
6
00)
#include <stdlib.h>
#include <assert.h>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment