1
0
Fork 0

fix build

git-svn-id: svn://svn.lighttpd.net/xcache/trunk@994 c26eb9a1-5813-0410-bd6c-c2e55f420ca7
3.0
Xuefer 11 years ago
parent 689e78da76
commit dd8905259e

@ -1,7 +1,7 @@
XCACHE_PROC_SRC=$(srcdir)/processor/main.m4
XCACHE_PROC_OUT=$(builddir)/processor.out
XCACHE_PROC_C=$(builddir)/xcache/xc_processor_real.c
XCACHE_PROC_H=$(builddir)/xcache/xc_processor.h
XCACHE_PROC_C=$(builddir)/xc_processor_real.c
XCACHE_PROC_H=$(builddir)/xc_processor.h
XCACHE_INCLUDES_SRC=$(srcdir)/includes.c
XCACHE_INCLUDES_I=$(builddir)/includes.i
XCACHE_STRUCTINFO_OUT=$(builddir)/structinfo.m4

@ -11,8 +11,8 @@ divert(0)
#include "xcache.h"
#include "util/xc_align.h"
#include "xc_const_string.h"
#include "xc_processor.h"
#include "xcache/xc_const_string.h"
#include "xcache/xc_processor.h"
#include "xcache_globals.h"
#if defined(HARDENING_PATCH_HASH_PROTECT) && HARDENING_PATCH_HASH_PROTECT

Loading…
Cancel
Save