blob: c5790489a9a79772b4557cc342c69cacd7a94f7f (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
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"
|