aboutsummaryrefslogtreecommitdiffhomepage
diff options
context:
space:
mode:
authorGravatar Paul Young <paulyoungonline@gmail.com>2013-07-02 22:43:37 -0400
committerGravatar Paul Young <paulyoungonline@gmail.com>2013-07-02 22:43:37 -0400
commite50fcbb5dc3603c0138a3844aaf514373bb52938 (patch)
treeb9abd3f350ecfddf757f635a2799c89da192b84a
parentf261cc72bd96ca65bc7b8f02c8cb1fce11561479 (diff)
Including the stdbool header.
-rw-r--r--src/core/basetypes/MCLog.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/src/core/basetypes/MCLog.c b/src/core/basetypes/MCLog.c
index 60278d27..f3ce2318 100644
--- a/src/core/basetypes/MCLog.c
+++ b/src/core/basetypes/MCLog.c
@@ -7,6 +7,7 @@
#include <sys/time.h>
#include <pthread.h>
#include <unistd.h>
+#include <stdbool.h>
static pid_t sPid = -1;
bool MCLogEnabled = false;