This fixes warning: implicit declaration of function 'memset' Signed-off-by: Natanael Copa <ncopa@xxxxxxxxxxxxxxx> --- src/authgss_prot.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/authgss_prot.c b/src/authgss_prot.c index 669eab7..d80ba17 100644 --- a/src/authgss_prot.c +++ b/src/authgss_prot.c @@ -37,6 +37,7 @@ #include <stdio.h> #include <stdlib.h> #include <stdarg.h> +#include <string.h> #include <rpc/types.h> #include <rpc/xdr.h> #include <rpc/auth.h> -- 2.2.0 -- To unsubscribe from this list: send the line "unsubscribe linux-nfs" in the body of a message to majordomo@xxxxxxxxxxxxxxx More majordomo info at http://vger.kernel.org/majordomo-info.html