summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h
index 89b6f61f7..61950787a 100644
--- a/src/common.h
+++ b/src/common.h
@@ -9,6 +9,7 @@
#include <inttypes.h>
#include <assert.h>
#include <errno.h>
+#include <limits.h>
#include <stdlib.h>
#include <unistd.h>
#include <string.h>
@@ -19,6 +20,7 @@
#include "cc-compat.h"
#include "util.h"
+#include "thread-utils.h"
#include "errors.h"
#define GIT_PATH_MAX 4096