summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--solenv/bin/concat-deps.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/solenv/bin/concat-deps.c b/solenv/bin/concat-deps.c
index cfaac07e6691..c63d5a7ae73c 100644
--- a/solenv/bin/concat-deps.c
+++ b/solenv/bin/concat-deps.c
@@ -108,7 +108,7 @@
#define FALSE 0
#endif
-int internal_boost = 0;
+static int internal_boost = 0;
static char* base_dir;
static char* work_dir;
size_t work_dir_len;