diff options
Diffstat (limited to 'src/mapi/mapi/stub.h')
-rw-r--r-- | src/mapi/mapi/stub.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/mapi/mapi/stub.h b/src/mapi/mapi/stub.h index e72e530e290..b2b6f1839c6 100644 --- a/src/mapi/mapi/stub.h +++ b/src/mapi/mapi/stub.h @@ -29,7 +29,7 @@ #ifndef _STUB_H_ #define _STUB_H_ -typedef void (*mapi_func)(void); +#include "entry.h" struct mapi_stub; |