s3-auth: token_util needs system/passwd.h.
authorGünther Deschner <gd@samba.org>
Thu, 13 Oct 2011 12:56:03 +0000 (14:56 +0200)
committerGünther Deschner <gd@samba.org>
Fri, 14 Oct 2011 10:07:23 +0000 (12:07 +0200)
Guenther

source3/auth/token_util.c

index 0d47a3f968f94c263d28697c3838dfb9fa3a60aa..87f57b66ee5530c29ab730a855447cdbf6e234fc 100644 (file)
@@ -25,6 +25,7 @@
 /* functions moved from auth/auth_util.c to minimize linker deps */
 
 #include "includes.h"
+#include "system/passwd.h"
 #include "auth.h"
 #include "secrets.h"
 #include "memcache.h"