mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-18 18:23:25 +03:00
need strings.h for strncasecmp on freebsd
This commit is contained in:
parent
608c052914
commit
2bb68cb874
@ -33,6 +33,7 @@
|
||||
#include <errno.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <time.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
|
@ -24,6 +24,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdbool.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <stdio.h>
|
||||
#include <stdarg.h>
|
||||
#include <libwapcaplet/libwapcaplet.h>
|
||||
|
Loading…
Reference in New Issue
Block a user