mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-18 18:23:25 +03:00
fixup haiku brakage from header changes
This commit is contained in:
parent
7d9c9dba36
commit
a74778302f
@ -19,6 +19,7 @@
|
||||
#define __STDBOOL_H__ 1
|
||||
#include <stdbool.h>
|
||||
#include <sys/types.h>
|
||||
#include <stdlib.h>
|
||||
|
||||
extern "C" {
|
||||
#include "desktop/download.h"
|
||||
|
@ -20,6 +20,7 @@
|
||||
/* rsrc: URL handling. */
|
||||
|
||||
#define __STDBOOL_H__ 1
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
#include <errno.h>
|
||||
#include <stdbool.h>
|
||||
|
@ -19,6 +19,7 @@
|
||||
*/
|
||||
|
||||
#define __STDBOOL_H__ 1
|
||||
#include <stdlib.h>
|
||||
#include <assert.h>
|
||||
extern "C" {
|
||||
#include "content/content.h"
|
||||
|
Loading…
Reference in New Issue
Block a user