Skip to content

Commit 9cd8590

Browse files
committed
Include stdbool.h
Needed for older GCC versions.
1 parent 596e926 commit 9cd8590

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/base/emu-i386/simx86/interval-tree.c

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

33
#include <stddef.h>
44
#include <stdint.h>
5+
#include <stdbool.h>
56
#include "interval-tree.h"
67

78
#ifndef likely

0 commit comments

Comments
 (0)