You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
gentoo-overlay/dev-vcs/cssc/files/cssc-1.4.0-config.patch

16 lines
317 B

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"