diff options
author | Günther Deschner <gd@samba.org> | 2008-04-08 02:42:50 +0200 |
---|---|---|
committer | Günther Deschner <gd@samba.org> | 2008-04-08 03:08:49 +0200 |
commit | ba35a8c8dd530fa8aa6a2fd17cd43dfaa434b2f3 (patch) | |
tree | d8b3420d3c21db71d91e09f4e2d66fae72e567d3 /source3/lib/netapi/examples/getjoinableous | |
parent | 6e379f5db93289e129737b90d09653881ab0c658 (diff) | |
download | samba-ba35a8c8dd530fa8aa6a2fd17cd43dfaa434b2f3.tar.gz samba-ba35a8c8dd530fa8aa6a2fd17cd43dfaa434b2f3.tar.bz2 samba-ba35a8c8dd530fa8aa6a2fd17cd43dfaa434b2f3.zip |
Restructure inner workings of libnetapi a bit.
Guenther
(This used to be commit a4e3bc2bade8bf74696e1c6ced74da563ff2df7b)
Diffstat (limited to 'source3/lib/netapi/examples/getjoinableous')
-rw-r--r-- | source3/lib/netapi/examples/getjoinableous/getjoinableous.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/source3/lib/netapi/examples/getjoinableous/getjoinableous.c b/source3/lib/netapi/examples/getjoinableous/getjoinableous.c index 5a3366c9dc..be95198bcf 100644 --- a/source3/lib/netapi/examples/getjoinableous/getjoinableous.c +++ b/source3/lib/netapi/examples/getjoinableous/getjoinableous.c @@ -19,6 +19,7 @@ #include <string.h> #include <stdio.h> +#include <inttypes.h> #include <netapi.h> |