Skip to content

Commit 6ac26c1

Browse files
gabylbGitHub Enterprise
authored andcommitted
include <stdbool.h> for bool type (#44)
1 parent 12d93fc commit 6ac26c1

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

include/zos-base.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#include <time.h>
2626
#include <unistd.h>
2727
#include <stdio.h>
28+
#include <stdbool.h>
2829

2930
#define __ZOS_CC
3031

0 commit comments

Comments
 (0)