Fixed bug #3512076 by placing #include "proto_x11.h" inside a USE_X11 ifdef block

git-svn-id: svn+ssh://svn.code.sf.net/p/spacenav/code/trunk/spacenavd@142 ef983eb1-d774-4af8-acfd-baaf7b16a646
pull/1/head
John Tsiombikas 2012-05-10 19:15:06 +00:00
rodzic 45a7aaf7b4
commit 2c3915a047
1 zmienionych plików z 1 dodań i 1 usunięć

Wyświetl plik

@ -21,11 +21,11 @@ along with this program. If not, see <http://www.gnu.org/licenses/>.
#include <stdlib.h>
#include "event.h"
#include "client.h"
#include "proto_x11.h"
#include "proto_unix.h"
#include "spnavd.h"
#ifdef USE_X11
#include "proto_x11.h"
#include "kbemu.h"
#endif