From f5709975c1671dc23471a81b2a6523138d98a74b Mon Sep 17 00:00:00 2001 From: James Peach Date: Mon, 21 Jun 2010 14:11:58 -0700 Subject: smbtorture: Fix missing includes. --- source4/torture/shell.c | 1 + 1 file changed, 1 insertion(+) (limited to 'source4/torture') diff --git a/source4/torture/shell.c b/source4/torture/shell.c index 2f58eb989b..3f48075dba 100644 --- a/source4/torture/shell.c +++ b/source4/torture/shell.c @@ -25,6 +25,7 @@ #include "lib/cmdline/popt_common.h" #include "auth/credentials/credentials.h" #include "torture/smbtorture.h" +#include "param/param.h" struct shell_command; -- cgit