summaryrefslogtreecommitdiff
path: root/system.h
diff options
context:
space:
mode:
authorJoel Rosdahl <joel@rosdahl.net>2011-07-16 23:25:31 +0200
committerJoel Rosdahl <joel@rosdahl.net>2011-07-20 23:31:37 +0200
commitfd6390b127dd61e224566be7c06132ffd3eedb25 (patch)
tree92d79e4235c06331e87de0ea4ce8fb7a282645ee /system.h
parent0e1c72810f00ab5b2d988d164b17f5e6c8594621 (diff)
downloadccache-fd6390b127dd61e224566be7c06132ffd3eedb25.tar.gz
config: Use umask from conf struct
Diffstat (limited to 'system.h')
-rw-r--r--system.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/system.h b/system.h
index a75025f7..eca78a68 100644
--- a/system.h
+++ b/system.h
@@ -1,5 +1,5 @@
/*
- * Copyright (C) 2010 Joel Rosdahl
+ * Copyright (C) 2010-2011 Joel Rosdahl
*
* This program is free software; you can redistribute it and/or modify it
* under the terms of the GNU General Public License as published by the Free
@@ -37,6 +37,7 @@
#include <errno.h>
#include <fcntl.h>
#include <inttypes.h>
+#include <limits.h>
#include <stdarg.h>
#include <stddef.h>
#include <stdio.h>