From 410c4deefe24a7d92caf65e288a4ff9d54190e70 Mon Sep 17 00:00:00 2001 From: Christian Ambach Date: Thu, 21 Jul 2011 14:47:38 +0200 Subject: [PATCH] s3:utils fix a compiler warning fix a compiler warning about missing prototypes --- source3/utils/net_afs.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source3/utils/net_afs.c b/source3/utils/net_afs.c index 786627dfa1f..3c7f28242ce 100644 --- a/source3/utils/net_afs.c +++ b/source3/utils/net_afs.c @@ -19,6 +19,7 @@ #include "includes.h" #include "utils/net.h" +#include "utils/net_afs.h" #include "secrets.h" #include "system/filesys.h" -- 2.11.4.GIT