X-Git-Url: https://git.saurik.com/wxWidgets.git/blobdiff_plain/4cb1d3daa2e03b8c6481c9375d30451979170ba7..9d73af583e7855ce1a117c6c0e8bf3932086435c:/include/wx/joystick.h

diff --git a/include/wx/joystick.h b/include/wx/joystick.h
index c458f487b9..1fe2e6d55e 100644
--- a/include/wx/joystick.h
+++ b/include/wx/joystick.h
@@ -1,6 +1,19 @@
+/////////////////////////////////////////////////////////////////////////////
+// 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__)
@@ -13,6 +26,8 @@
 #include "wx/unix/joystick.h"
 #elif defined(__DARWIN__)
 #include "wx/mac/corefoundation/joystick.h"
+#elif defined(__WXMAC__)
+#include "wx/mac/joystick.h"
 #elif defined(__WXPM__)
 #include "wx/os2/joystick.h"
 #endif