summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
Diffstat (limited to 'lib')
-rw-r--r--lib/common/Guards.h3
1 files changed, 3 insertions, 0 deletions
diff --git a/lib/common/Guards.h b/lib/common/Guards.h
index 52018493..fbcfedaf 100644
--- a/lib/common/Guards.h
+++ b/lib/common/Guards.h
@@ -15,9 +15,12 @@
#include <unistd.h>
#endif
+#include <errno.h>
#include <fcntl.h>
#include <stdlib.h>
+#include <string.h>
#include <sys/stat.h>
+
#include <new>
#include "CommonException.h"