mirror of
https://github.com/netsurf-browser/netsurf
synced 2024-12-19 02:32:44 +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
|
#define __STDBOOL_H__ 1
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
#include <sys/types.h>
|
#include <sys/types.h>
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include "desktop/download.h"
|
#include "desktop/download.h"
|
||||||
|
@ -20,6 +20,7 @@
|
|||||||
/* rsrc: URL handling. */
|
/* rsrc: URL handling. */
|
||||||
|
|
||||||
#define __STDBOOL_H__ 1
|
#define __STDBOOL_H__ 1
|
||||||
|
#include <stdlib.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
#include <errno.h>
|
#include <errno.h>
|
||||||
#include <stdbool.h>
|
#include <stdbool.h>
|
||||||
|
@ -19,6 +19,7 @@
|
|||||||
*/
|
*/
|
||||||
|
|
||||||
#define __STDBOOL_H__ 1
|
#define __STDBOOL_H__ 1
|
||||||
|
#include <stdlib.h>
|
||||||
#include <assert.h>
|
#include <assert.h>
|
||||||
extern "C" {
|
extern "C" {
|
||||||
#include "content/content.h"
|
#include "content/content.h"
|
||||||
|
Loading…
Reference in New Issue
Block a user