diff options
author | Volker Lendecke <vl@samba.org> | 2008-02-28 13:55:53 +0100 |
---|---|---|
committer | Karolin Seeger <kseeger@samba.org> | 2008-03-07 09:53:50 +0100 |
commit | 714f022c157bc4cb7b2a58c4fd775b3c65d5cbc1 (patch) | |
tree | 8d426368bdbca62e3a3693b873cecf6b1aa363f1 /source/include/includes.h | |
parent | 3f287a1d9bdb0c71e1e55abe92649b54a8ec49eb (diff) | |
download | samba-714f022c157bc4cb7b2a58c4fd775b3c65d5cbc1.tar.gz |
Add basic infrastructure for general async requests
(cherry picked from commit 9f8b2a87ee8bba930b776dcfda608a5639f6d55a)
Diffstat (limited to 'source/include/includes.h')
-rw-r--r-- | source/include/includes.h | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source/include/includes.h b/source/include/includes.h index a2c3a0c4660..8b94d7aed22 100644 --- a/source/include/includes.h +++ b/source/include/includes.h @@ -723,6 +723,7 @@ typedef char fstring[FSTRING_LEN]; #include "ctdbd_conn.h" #include "talloc_stack.h" #include "memcache.h" +#include "async_req.h" /* used in net.c */ struct functable { |