mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 10:42:36 +03:00
re-order config include so strcasecmp is correctly detected on RISC OS/win32
This commit is contained in:
parent
3fdbef0566
commit
55ba27c68f
@ -21,6 +21,8 @@
|
|||||||
* Processing for html content css operations.
|
* Processing for html content css operations.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
|
#include "utils/config.h"
|
||||||
|
|
||||||
#define _GNU_SOURCE /* strcasestr needs this for string.h */
|
#define _GNU_SOURCE /* strcasestr needs this for string.h */
|
||||||
|
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
@ -30,7 +32,6 @@
|
|||||||
#include <strings.h>
|
#include <strings.h>
|
||||||
#include <stdlib.h>
|
#include <stdlib.h>
|
||||||
|
|
||||||
#include "utils/config.h"
|
|
||||||
#include "utils/nsoption.h"
|
#include "utils/nsoption.h"
|
||||||
#include "utils/corestrings.h"
|
#include "utils/corestrings.h"
|
||||||
#include "utils/log.h"
|
#include "utils/log.h"
|
||||||
|
@ -22,11 +22,11 @@
|
|||||||
* Treeview handling implementation.
|
* Treeview handling implementation.
|
||||||
*/
|
*/
|
||||||
|
|
||||||
#define _GNU_SOURCE /* strcasestr needs this for string.h */
|
#include "utils/config.h"
|
||||||
|
|
||||||
|
#define _GNU_SOURCE /* strcasestr needs this for string.h */
|
||||||
#include <string.h>
|
#include <string.h>
|
||||||
|
|
||||||
#include "utils/config.h"
|
|
||||||
#include "utils/utils.h"
|
#include "utils/utils.h"
|
||||||
#include "utils/log.h"
|
#include "utils/log.h"
|
||||||
#include "utils/nsurl.h"
|
#include "utils/nsurl.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user