mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-22 14:31:20 +03:00
enable gnu extensions to get strcasestr from string.h
This commit is contained in:
parent
936cb3ce0c
commit
2171f13ab3
@ -21,6 +21,8 @@
|
||||
* Processing for html content css operations.
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE /* strcasestr needs this for string.h */
|
||||
|
||||
#include <assert.h>
|
||||
#include <ctype.h>
|
||||
#include <stdint.h>
|
||||
|
@ -22,6 +22,8 @@
|
||||
* Treeview handling implementation.
|
||||
*/
|
||||
|
||||
#define _GNU_SOURCE /* strcasestr needs this for string.h */
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "utils/utils.h"
|
||||
|
Loading…
Reference in New Issue
Block a user