diff options
Diffstat (limited to 'present/presentext.h')
-rw-r--r-- | present/presentext.h | 5 |
1 files changed, 3 insertions, 2 deletions
diff --git a/present/presentext.h b/present/presentext.h index f177f55dc..57bd6a6b4 100644 --- a/present/presentext.h +++ b/present/presentext.h @@ -23,7 +23,8 @@ #ifndef _PRESENTEXT_H_ #define _PRESENTEXT_H_ -extern _X_EXPORT void -present_extension_init(void); +#include <X11/Xfuncproto.h> + +_X_EXPORT void present_extension_init(void); #endif /* _PRESENTEXT_H_ */ |