]> git.ipfire.org Git - thirdparty/plymouth.git/commitdiff
Fix trivial problems discovered with "-Wall -Werror"
authorPeter Jones <pjones@redhat.com>
Thu, 12 Jun 2008 17:46:42 +0000 (13:46 -0400)
committerPeter Jones <pjones@vroomfondel.internal.datastacks.com>
Thu, 12 Jun 2008 17:46:42 +0000 (13:46 -0400)
src/client/plymouth.c

index 987a61cc6e50939de5dd58e94ec064a278a5d75c..f5a201b05ef6fd6c0c09e6fe26ed6187db7d559f 100644 (file)
@@ -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;