diff options
author | Peter Hutterer <peter.hutterer@who-t.net> | 2012-05-14 15:01:09 +1000 |
---|---|---|
committer | Peter Hutterer <peter.hutterer@who-t.net> | 2012-05-16 10:59:39 +1000 |
commit | 1bafc9f26bef0997c98b97efa888ed5e2a54f6f0 (patch) | |
tree | e5f07abd00521f5cf6f4fd786714b0ab3efc882b /test/xi2/protocol-xiwarppointer.c | |
parent | 47e1d0ea43eb7a6caf774f375f11849d0d515e14 (diff) |
test: fix redundant declaration of "BadDevice"
In file included from protocol-common.c:36:0:
protocol-common.h:36:12: warning: redundant redeclaration of ‘BadDevice’
[-Wredundant-decls]
In file included from protocol-common.c:30:0:
../../Xi/exglobals.h:41:12: note: previous declaration of ‘BadDevice’ was
here
Signed-off-by: Peter Hutterer <peter.hutterer@who-t.net>
Reviewed-by: Chase Douglas <chase.douglas@canonical.com>
Diffstat (limited to 'test/xi2/protocol-xiwarppointer.c')
-rw-r--r-- | test/xi2/protocol-xiwarppointer.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/test/xi2/protocol-xiwarppointer.c b/test/xi2/protocol-xiwarppointer.c index c279ac413..4bea333c3 100644 --- a/test/xi2/protocol-xiwarppointer.c +++ b/test/xi2/protocol-xiwarppointer.c @@ -37,6 +37,7 @@ #include "scrnintstr.h" #include "xiwarppointer.h" #include "exevents.h" +#include "exglobals.h" #include "protocol-common.h" |