diff options
author | Kai Blin <kai@samba.org> | 2009-01-27 10:37:35 +0100 |
---|---|---|
committer | Kai Blin <kai@samba.org> | 2009-01-27 12:38:11 +0100 |
commit | a7e620522e72e27361ebe34172048db458fe581a (patch) | |
tree | 3e6ca12410f1e0b7af447d92b7936d90a89cac6d /source3 | |
parent | cdab2a412790c50feea754f5cfc4fe8b503e4b32 (diff) | |
download | samba-a7e620522e72e27361ebe34172048db458fe581a.tar.gz samba-a7e620522e72e27361ebe34172048db458fe581a.tar.bz2 samba-a7e620522e72e27361ebe34172048db458fe581a.zip |
async_req: Fix the S4 build
Diffstat (limited to 'source3')
-rw-r--r-- | source3/configure.in | 2 | ||||
-rw-r--r-- | source3/include/includes.h | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/source3/configure.in b/source3/configure.in index 321924889a..c63f7c84a8 100644 --- a/source3/configure.in +++ b/source3/configure.in @@ -63,7 +63,7 @@ SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} ${TEVENT_CFLAGS}" SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} ${TDB_CFLAGS}" SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/libaddns" SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/librpc" -SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/../lib/async_req" +SAMBA_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/.." SAMBA_CONFIGURE_CPPFLAGS="${SAMBA_CPPFLAGS} -I${srcdir-.}/../lib/popt" diff --git a/source3/include/includes.h b/source3/include/includes.h index 9c7f15b9cb..50140c17f7 100644 --- a/source3/include/includes.h +++ b/source3/include/includes.h @@ -647,7 +647,7 @@ struct smb_iconv_convenience *lp_iconv_convenience(void *lp_ctx); #include "ctdbd_conn.h" #include "../lib/util/talloc_stack.h" #include "memcache.h" -#include "async_req.h" +#include "../lib/async_req/async_req.h" #include "async_smb.h" #include "async_sock.h" #include "services.h" |