diff options
Diffstat (limited to 'source3/utils/net_help.c')
-rw-r--r-- | source3/utils/net_help.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/source3/utils/net_help.c b/source3/utils/net_help.c index d6ef5e8a6c..859bb949c7 100644 --- a/source3/utils/net_help.c +++ b/source3/utils/net_help.c @@ -19,7 +19,7 @@ */ #include "includes.h" -#include "../utils/net.h" +#include "utils/net.h" int net_common_methods_usage(int argc, const char**argv) { |