diff options
Diffstat (limited to 'scripts/fetch.c')
-rw-r--r-- | scripts/fetch.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/scripts/fetch.c b/scripts/fetch.c index ad50d0cd6..23f857246 100644 --- a/scripts/fetch.c +++ b/scripts/fetch.c @@ -17,7 +17,7 @@ #include <unistd.h> #include <library.h> -#include <debug.h> +#include <utils/debug.h> static int count = 0; |