Add _GNU_SOURCE. Ugh.
svn path=/trunk/netsurf/; revision=5813
This commit is contained in:
parent
baf8100d9b
commit
ce93fc9d4c
|
@ -22,6 +22,7 @@
|
|||
* URL parsing and joining (implementation).
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE /* for strdup() */
|
||||
#include <sys/types.h>
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
|
|
Loading…
Reference in New Issue