mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-01-11 13:29:21 +03:00
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
Block a user