* Use signed source tarball instead of git repository. * Fix engines and modules directory. * Rebase engine_h_win32.patch after the following commit.761ef676b3* Remove verinfo.patch which was added in upstream.2209d86502
11 lines
207 B
Diff
11 lines
207 B
Diff
--- a/src/engine.h
|
|
+++ b/src/engine.h
|
|
@@ -37,6 +37,7 @@
|
|
#define LOG_NOTICE 5
|
|
#define LOG_INFO 6
|
|
#define LOG_DEBUG 7
|
|
+#include "config.h"
|
|
#else
|
|
#include <syslog.h>
|
|
#include "config.h"
|