hos_defines.h should include hos_types.h first

git-svn-id: svn://anubis/hos/trunk@44 5b3e749e-e535-0410-8002-a9bb6afbdfca
This commit is contained in:
josh 2009-07-13 17:15:39 +00:00
parent be17cde305
commit 6a8c7431ff

View File

@ -2,6 +2,8 @@
#ifndef HOS_DEFINES_H #ifndef HOS_DEFINES_H
#define HOS_DEFINES_H #define HOS_DEFINES_H
#include "hos_types.h"
#ifdef __cplusplus #ifdef __cplusplus
extern "C" { extern "C" {
#endif #endif