We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 78febe7 commit 9587785Copy full SHA for 9587785
src/image.hh
@@ -22,7 +22,7 @@
22
extern "C" {
23
#endif /* __cplusplus */
24
25
-
+#include <stdint.h> /* for int32_t */
26
#include "bitvec.h"
27
#include "url.h"
28
@@ -99,4 +99,3 @@ void a_Image_abort(DilloImage *Image);
99
100
101
#endif /* __IMAGE_HH__ */
102
src/web.hh
@@ -2,6 +2,7 @@
2
#define __WEB_H__
3
4
#include <stdio.h> /* for FILE */
5
6
#include "bw.h" /* for BrowserWindow */
7
#include "cache.h" /* for CA_Callback_t */
8
#include "image.hh" /* for DilloImage */
0 commit comments