Skip to content

Commit 35b0500

Browse files
committed
Add a missing #include.
1 parent 433c4a7 commit 35b0500

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

util/arch/archiver.c

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@
3131
#include <stdlib.h>
3232
#include <time.h>
3333
#include <stdio.h>
34+
#include <stdbool.h>
3435
#include <string.h>
3536
#include <sys/types.h>
3637
#include <sys/stat.h>

0 commit comments

Comments
 (0)