diff options
author | Rusty Russell <rusty@rustcorp.com.au> | 2012-06-09 16:18:57 +0930 |
---|---|---|
committer | Rusty Russell <rusty@rustcorp.com.au> | 2012-06-09 12:07:13 +0200 |
commit | 36353a9fc359e8156cfd2e7e4288021aba789b74 (patch) | |
tree | ea0dac868e8711860d1810eb0e15f6b173673c08 /lib/tdb2/_info | |
parent | aeb3ff5c8667328f7f837412e9ec4365e3853cce (diff) | |
download | samba-36353a9fc359e8156cfd2e7e4288021aba789b74.tar.gz samba-36353a9fc359e8156cfd2e7e4288021aba789b74.tar.xz samba-36353a9fc359e8156cfd2e7e4288021aba789b74.zip |
tdb2: use ccan/err instead of err.h
Solaris has no err.h, so use CCAN replacement.
Signed-off-by: Rusty Russell <rusty@rustcorp.com.au>
Autobuild-User(master): Rusty Russell <rusty@rustcorp.com.au>
Autobuild-Date(master): Sat Jun 9 12:07:15 CEST 2012 on sn-devel-104
Diffstat (limited to 'lib/tdb2/_info')
-rw-r--r-- | lib/tdb2/_info | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lib/tdb2/_info b/lib/tdb2/_info index 7213d67a22a..37c0c29e99b 100644 --- a/lib/tdb2/_info +++ b/lib/tdb2/_info @@ -11,7 +11,7 @@ * Example: * #include <ccan/tdb2/tdb2.h> * #include <ccan/str/str.h> - * #include <err.h> + * #include <ccan/err/err.h> * #include <stdio.h> * * static void usage(const char *argv0) |