diff options
author | George Hazan <george.hazan@gmail.com> | 2013-07-20 20:00:49 +0000 |
---|---|---|
committer | George Hazan <george.hazan@gmail.com> | 2013-07-20 20:00:49 +0000 |
commit | 2a60812b64635ecd655131217f9cb0fa077575dc (patch) | |
tree | 9a7494be1ca838540e9a626862fac15b95d4cd49 /plugins/ExternalAPI/m_skin_eng.h | |
parent | 637f01aa0494d91269ddbd3180d7e2f440fbf599 (diff) |
missing header included
git-svn-id: http://svn.miranda-ng.org/main/trunk@5433 1316c22d-e87f-b044-9b9b-93d7a3e3ba9c
Diffstat (limited to 'plugins/ExternalAPI/m_skin_eng.h')
-rw-r--r-- | plugins/ExternalAPI/m_skin_eng.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/plugins/ExternalAPI/m_skin_eng.h b/plugins/ExternalAPI/m_skin_eng.h index 4a993e3dab..b25a19afc5 100644 --- a/plugins/ExternalAPI/m_skin_eng.h +++ b/plugins/ExternalAPI/m_skin_eng.h @@ -24,7 +24,7 @@ Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA. #ifndef M_ske_H_INC
#define M_ske_H_INC
-
+#include <m_clui.h>
/*defaults*/
#define DEFAULT_FIT_MODE FM_STRETCH
|