mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-24 21:16:50 +03:00
[project @ 2005-08-04 22:51:42 by bursa]
Fix strndup() compiler warnings. svn path=/import/netsurf/; revision=1840
This commit is contained in:
parent
4321094122
commit
3b4baa8008
@ -18,6 +18,7 @@
|
||||
* any of it to be used.
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE /* for strndup */
|
||||
#include <assert.h>
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
|
@ -11,6 +11,7 @@
|
||||
* Form handling functions (implementation).
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE /* for strndup */
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <stdbool.h>
|
||||
|
Loading…
Reference in New Issue
Block a user