summaryrefslogtreecommitdiff
path: root/lib/common/Guards.h
diff options
context:
space:
mode:
authorChris Wilson <chris+github@qwirx.com>2007-03-24 00:40:59 +0000
committerChris Wilson <chris+github@qwirx.com>2007-03-24 00:40:59 +0000
commit7cc40f79b9c0297956358bb8aa401110b52c9f6b (patch)
tree9544bebaecd899dddeb7686132c52f1505292ca2 /lib/common/Guards.h
parentb9fec05c7692aeb993e67b50e6f0b5f8249325d0 (diff)
Fix compilation error reported by Torsten Boob (refs #3)
Diffstat (limited to 'lib/common/Guards.h')
-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"