fix the build
authorVolker Lendecke <vl@samba.org>
Sun, 23 Nov 2008 11:13:48 +0000 (12:13 +0100)
committerVolker Lendecke <vl@samba.org>
Sun, 23 Nov 2008 11:13:48 +0000 (12:13 +0100)
source4/utils/net/net_machinepw.c

index 8c2fac95571054d8438f6331202091fae7b2ee05..710d889c19ca3ac08115419ed31b8df6a13e7f58 100644 (file)
@@ -25,6 +25,7 @@
 #include "param/secrets.h"
 #include "param/param.h"
 #include "lib/events/events.h"
+#include "lib/util/util_ldb.h"
 
 int net_machinepw_usage(struct net_context *ctx, int argc, const char **argv)
 {
@@ -38,7 +39,6 @@ int net_machinepw(struct net_context *ctx, int argc, const char **argv)
        TALLOC_CTX *mem_ctx;
        struct event_context *ev;
        struct ldb_message **msgs;
-       int res;
        int num_records;
        const char *attrs[] = { "secret", NULL };
        const char *secret;