summaryrefslogtreecommitdiff
path: root/dev-vcs/cssc/files/cssc-1.4.0-config.patch
diff options
context:
space:
mode:
Diffstat (limited to 'dev-vcs/cssc/files/cssc-1.4.0-config.patch')
-rw-r--r--dev-vcs/cssc/files/cssc-1.4.0-config.patch15
1 files changed, 15 insertions, 0 deletions
diff --git a/dev-vcs/cssc/files/cssc-1.4.0-config.patch b/dev-vcs/cssc/files/cssc-1.4.0-config.patch
new file mode 100644
index 000000000000..c5790489a9a7
--- /dev/null
+++ b/dev-vcs/cssc/files/cssc-1.4.0-config.patch
@@ -0,0 +1,15 @@
+In file included from file.h:36:0,
+ from delta.cc:36:
+ ../gl/lib/unistd.h:135:3: error: #error "Please include config.h first."
+
+
+--- a/src/delta.h
++++ b/src/delta.h
+@@ -25,6 +25,7 @@
+ #ifndef CSSC_DELTA_H
+ #define CSSC_DELTA_H 1
+
++#include "config.h"
+ #include "sid.h"
+ #include "sccsdate.h"
+ #include "mystring.h"