fixup haiku brakage from header changes

This commit is contained in:
Vincent Sanders 2016-04-21 22:47:15 +01:00
parent 7d9c9dba36
commit a74778302f
3 changed files with 3 additions and 0 deletions

View File

@ -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"

View File

@ -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>

View File

@ -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"