Skip to content

Commit 5a49dbc

Browse files
committed
add stdbool.h
1 parent af146e3 commit 5a49dbc

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

audisp/plugins/af_unix/queue.h

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -25,6 +25,7 @@
2525
#define QUEUE_HEADER
2626

2727
#include <sys/types.h>
28+
#include <stdbool.h>
2829
#include "common.h" // attribute decls
2930

3031
struct queue;

0 commit comments

Comments
 (0)