diff options
| author | Peter Jones <pjones@redhat.com> | 2008-06-12 13:46:42 -0400 |
|---|---|---|
| committer | Peter Jones <pjones@vroomfondel.internal.datastacks.com> | 2008-06-12 13:46:42 -0400 |
| commit | 7444cd019ca3357e788cbdec1e86803d6daff1b9 (patch) | |
| tree | 18b55b44c831cafca44ef508c9d2f1006872bb3b /src | |
| parent | eed091a216fe1c2b284c5fc0d7dc1c4ad6d59d5e (diff) | |
Fix trivial problems discovered with "-Wall -Werror"
Diffstat (limited to 'src')
| -rw-r--r-- | src/client/plymouth.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/client/plymouth.c b/src/client/plymouth.c index 987a61c..f5a201b 100644 --- a/src/client/plymouth.c +++ b/src/client/plymouth.c @@ -23,6 +23,7 @@ #include <errno.h> #include <stdlib.h> +#include <stdio.h> #include "ply-boot-client.h" #include "ply-command-parser.h" @@ -74,7 +75,6 @@ main (int argc, bool should_help, should_quit, should_ping, should_sysinit, should_ask_for_password, should_show_splash; char *status, *chroot_dir; int exit_code; - int i; exit_code = 0; |
