Diff between f287a42cd63e5562ada77298c5926a36771e45b8 and b03f77ba5b3a03cb515675f39e361f7e061b0f29

Changed Files

File Additions Deletions Status
src/shared/shell.h +1 -0 modified

Full Patch

diff --git a/src/shared/shell.h b/src/shared/shell.h
index 415194a..cc4f822 100644
--- a/src/shared/shell.h
+++ b/src/shared/shell.h
@@ -8,6 +8,7 @@
  *
  */
 #include <getopt.h>
+#include <stdbool.h>
 
 #define COLOR_OFF	"\001\x1B[0m\002"
 #define COLOR_RED	"\001\x1B[0;91m\002"