diff options
Diffstat (limited to 'src/bouncesaying.c')
-rw-r--r-- | src/bouncesaying.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/bouncesaying.c b/src/bouncesaying.c index 3d40b69..7a94ab2 100644 --- a/src/bouncesaying.c +++ b/src/bouncesaying.c @@ -2,13 +2,13 @@ #include "exit.h" #include "logmsg.h" -#include "sig.h" #include "wait.h" #define WHO "bouncesaying" int main(int argc, char **argv) { + (void)argc; int pid; int wstat; |