Skip to content

Commit 3ea1f6a

Browse files
committed
More places which need stdbool.h.
1 parent 3b08392 commit 3ea1f6a

File tree

2 files changed

+4
-0
lines changed

2 files changed

+4
-0
lines changed

mach/proto/top/top.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
*/
66
/* Tunable constants; may be overruled by machine descriptor table */
77

8+
#include <stdbool.h>
9+
810
#ifndef OP_SEPARATOR
911
#define OP_SEPARATOR ','
1012
#endif

util/opt/types.h

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,8 @@
55
#ifndef TYPES_H_
66
#define TYPES_H_
77

8+
#include <stdbool.h>
9+
810
typedef unsigned char byte;
911
typedef struct line line_t;
1012
typedef struct line *line_p;

0 commit comments

Comments
 (0)