diff options
Diffstat (limited to 'uxa')
-rw-r--r-- | uxa/uxa-priv.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/uxa/uxa-priv.h b/uxa/uxa-priv.h index b24ec4ff..b74a625a 100644 --- a/uxa/uxa-priv.h +++ b/uxa/uxa-priv.h @@ -59,6 +59,8 @@ #endif #include "damage.h" +#include "../src/compat-api.h" + /* Provide substitutes for gcc's __FUNCTION__ on other compilers */ #if !defined(__GNUC__) && !defined(__FUNCTION__) # if defined(__STDC__) && (__STDC_VERSION__>=199901L) /* C99 */ |