Skip to content

Commit 9587785

Browse files
committed
IWYU: stdint.c for int32_t
1 parent 78febe7 commit 9587785

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

src/image.hh

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
extern "C" {
2323
#endif /* __cplusplus */
2424

25-
25+
#include <stdint.h> /* for int32_t */
2626
#include "bitvec.h"
2727
#include "url.h"
2828

@@ -99,4 +99,3 @@ void a_Image_abort(DilloImage *Image);
9999
#endif /* __cplusplus */
100100

101101
#endif /* __IMAGE_HH__ */
102-

src/web.hh

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -2,6 +2,7 @@
22
#define __WEB_H__
33

44
#include <stdio.h> /* for FILE */
5+
#include <stdint.h> /* for int32_t */
56
#include "bw.h" /* for BrowserWindow */
67
#include "cache.h" /* for CA_Callback_t */
78
#include "image.hh" /* for DilloImage */

0 commit comments

Comments
 (0)