btrfs-progs: Add utils.h include to solve missing-prototypes warning

Prototypes for arg_strtou64() and lookup_path_rootid() are included in
utils.c, resulting make W=1 warning for them.

Just include that header to make W=1 happier.

Reviewed-by: Nikolay Borisov <nborisov@suse.com>
Signed-off-by: Qu Wenruo <wqu@suse.com>
Signed-off-by: David Sterba <dsterba@suse.com>
master
Qu Wenruo 2018-12-05 14:40:17 +08:00 committed by David Sterba
parent 36efd62136
commit 976d150cb2
1 changed files with 1 additions and 0 deletions

View File

@ -1,4 +1,5 @@
#include "kerncompat.h"
#include "utils.h"
#include <unistd.h>
#include <stdlib.h>
#include <limits.h>