mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-11-26 08:19:55 +03:00
Add missing include
This commit is contained in:
parent
12fba46d3e
commit
511f4cc800
@ -17,6 +17,7 @@
|
||||
*/
|
||||
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <proto/iffparse.h>
|
||||
#include <proto/intuition.h>
|
||||
#include <proto/exec.h>
|
||||
|
@ -25,6 +25,7 @@
|
||||
|
||||
#include <stdbool.h>
|
||||
#include <stdlib.h>
|
||||
#include <string.h>
|
||||
#include <proto/datatypes.h>
|
||||
#include <proto/dos.h>
|
||||
#include <proto/intuition.h>
|
||||
|
@ -23,6 +23,8 @@
|
||||
#ifdef WITH_AMIGA_DATATYPES
|
||||
#include "amiga/os3support.h"
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include <proto/datatypes.h>
|
||||
#include <proto/dos.h>
|
||||
#include <proto/intuition.h>
|
||||
|
@ -22,6 +22,8 @@
|
||||
#include <proto/icon.h>
|
||||
#include <workbench/icon.h>
|
||||
|
||||
#include <string.h>
|
||||
|
||||
#include "utils/utils.h"
|
||||
#include "utils/nsoption.h"
|
||||
#include "utils/file.h"
|
||||
|
Loading…
Reference in New Issue
Block a user