Skip to content

Commit 3b08392

Browse files
committed
Ugh, need stdbool, not stdint.
1 parent dbe6749 commit 3b08392

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/ego/share/types.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -9,6 +9,7 @@
99
*/
1010

1111
#include <stdint.h>
12+
#include <stdbool.h>
1213

1314
/* TEMPORARY: */
1415
#define LONGOFF

0 commit comments

Comments
 (0)