From 4a4d790e95f77ef8c99132e2a022397d7cfe54d6 Mon Sep 17 00:00:00 2001 From: Philippe Brochard Date: Sat, 4 Dec 2010 21:59:35 +0100 Subject: Fix compilations warnings --- keys.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'keys.c') diff --git a/keys.c b/keys.c index a150ed5..cd8d0c4 100644 --- a/keys.c +++ b/keys.c @@ -416,9 +416,9 @@ remove_key (KeyType_t type, EventType_t event_type, KeySym keysym, KeyCode keyco void run_command (char *command) { +#ifdef FORK_FLAG pid_t pid; -#ifdef FORK_FLAG if (verbose) printf ("Start program with fork+exec call\n"); -- cgit v1.1