+/////////////////////////////////////////////////////////////////////////////
+// Name: joystick.h
+// Purpose: wxJoystick base header
+// Author: wxWidgets Team
+// Modified by:
+// Created:
+// Copyright: (c) wxWidgets Team
+// RCS-ID: $Id$
+// Licence: wxWindows licence
+/////////////////////////////////////////////////////////////////////////////
+
#ifndef _WX_JOYSTICK_H_BASE_
#define _WX_JOYSTICK_H_BASE_
+#include "wx/defs.h"
+
#if wxUSE_JOYSTICK
#if defined(__WXMSW__)