mirror of
https://github.com/netsurf-browser/netsurf
synced 2025-02-15 14:04:22 +03:00
add missing includes
This commit is contained in:
parent
5eefe00163
commit
6b645664fe
@ -34,6 +34,7 @@
|
||||
#include <stdlib.h>
|
||||
#include <stdint.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <curl/curl.h>
|
||||
#include <nsutils/time.h>
|
||||
|
||||
|
@ -22,7 +22,8 @@
|
||||
* Spec version: 2011-11-27
|
||||
*/
|
||||
|
||||
#include<string.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
|
||||
#include "content/content_factory.h"
|
||||
#include "content/llcache.h"
|
||||
|
@ -26,6 +26,7 @@
|
||||
#include <errno.h>
|
||||
#include <stdio.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
#include <sys/types.h>
|
||||
#include <regex.h>
|
||||
#include <dom/dom.h>
|
||||
|
@ -23,6 +23,7 @@
|
||||
#include <unistd.h>
|
||||
#include <ctype.h>
|
||||
#include <string.h>
|
||||
#include <strings.h>
|
||||
|
||||
#include "utils/hashtable.h"
|
||||
#include "utils/log.h"
|
||||
|
Loading…
x
Reference in New Issue
Block a user