Skip to content

Commit c9ca745

Browse files
committed
Add missing #include.
1 parent 35b0500 commit c9ca745

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lang/cem/cemcom.ansi/code.c

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

88
#include <assert.h>
99
#include <stdlib.h>
10+
#include <stdbool.h>
1011
#include <string.h>
1112
#include "parameters.h"
1213
#ifndef LINT

0 commit comments

Comments
 (0)