wmaker: Replaced local 'extern' definition by proper header include
commit3803ae6493d3e43dba074ae7e6fe8c3ac30c5f4e
authorChristophe CURIS <christophe.curis@free.fr>
Sun, 30 Jun 2013 14:02:34 +0000 (30 16:02 +0200)
committerCarlos R. Mafra <crmafra@gmail.com>
Sun, 30 Jun 2013 14:10:09 +0000 (30 15:10 +0100)
tree79dff26d9e28c91baa82ebe23f40df16ef9b7811
parent401a37d924dbd995694f0dba23c3861206aab8c9
wmaker: Replaced local 'extern' definition by proper header include

It is dangerous to define an extern variable locally because the
compiler is not able to ensure proper type definition, but including
the header that defines it allows a safer situation.

Signed-off-by: Christophe CURIS <christophe.curis@free.fr>
src/xmodifier.c