Skip to content

Commit fc34e47

Browse files
committed
Include stdbool
1 parent daf07e5 commit fc34e47

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

ext/semian/sysv_semaphores.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,5 +1,6 @@
11
#include "sysv_semaphores.h"
22
#include <time.h>
3+
#include <stdbool.h>
34

45
static key_t
56
generate_key(const char *name);

0 commit comments

Comments
 (0)