diff options
Diffstat (limited to 'boot/private.h')
-rw-r--r-- | boot/private.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/boot/private.h b/boot/private.h index 46362521..06181697 100644 --- a/boot/private.h +++ b/boot/private.h @@ -20,6 +20,6 @@ #ifndef BOOT_PRIVATE_H #define BOOT_PRIVATE_H -int verbose; +extern int verbose; #endif /* BOOT_PRIVATE_H */ |