export is in xc_processor.h
git-svn-id: svn://svn.lighttpd.net/xcache/trunk@1469 c26eb9a1-5813-0410-bd6c-c2e55f420ca7master
parent
d19d64546d
commit
5ae45a143a
|
@ -1,6 +1,5 @@
|
|||
dnl {{{ === program start ========================================
|
||||
divert(0)
|
||||
EXPORT(`#include <stddef.h>')
|
||||
#include <string.h>
|
||||
#include <stdio.h>
|
||||
|
||||
|
@ -10,6 +9,7 @@ EXPORT(`#include <stddef.h>')
|
|||
#include "zend_API.h"
|
||||
#include "zend_ini.h"
|
||||
|
||||
EXPORT(`#include <stddef.h>')
|
||||
EXPORT(`#include "xcache.h"')
|
||||
EXPORT(`#include "mod_cacher/xc_cache.h"')
|
||||
EXPORT(`#include "xcache/xc_shm.h"')
|
||||
|
|
Loading…
Reference in New Issue