summaryrefslogtreecommitdiff
path: root/dev-vcs/cssc/files/cssc-1.3.0-gcc47.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/cssc/files/cssc-1.3.0-gcc47.patch')
-rw-r--r--dev-vcs/cssc/files/cssc-1.3.0-gcc47.patch10
1 files changed, 10 insertions, 0 deletions
diff --git a/dev-vcs/cssc/files/cssc-1.3.0-gcc47.patch b/dev-vcs/cssc/files/cssc-1.3.0-gcc47.patch
new file mode 100644
index 000000000000..4c319016eccd
--- /dev/null
+++ b/dev-vcs/cssc/files/cssc-1.3.0-gcc47.patch
@@ -0,0 +1,10 @@
+--- a/src/file.h
++++ b/src/file.h
+@@ -31,6 +31,7 @@
+ #define CSSC__FILE_H__
+
+ #include "filelock.h"
++#include <unistd.h> /* gid_t */
+
+ enum create_mode {
+ CREATE_EXCLUSIVE = 001,