Skip to content

Commit da60594

Browse files
committed
Add a missing #include.
1 parent c39ed58 commit da60594

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

lang/cem/cemcom.ansi/switch.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -5,6 +5,7 @@
55
/* $Id$ */
66
/* S W I T C H - S T A T E M E N T A D M I N I S T R A T I O N */
77

8+
#include <stdbool.h>
89
#include <assert.h>
910
#include "parameters.h"
1011
#ifndef LINT

0 commit comments

Comments
 (0)