diff options
-rw-r--r-- | external/compat.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/external/compat.h b/external/compat.h index a70776d..fa14bb2 100644 --- a/external/compat.h +++ b/external/compat.h @@ -1,6 +1,8 @@ #ifndef _RCC_EXTERNAL_COMPAT_H #define _RCC_EXTERNAL_COMPAT_H +#include <glib.h> + # if GLIB_CHECK_VERSION(2,32,0) inline static GMutex *g_mutex_new_32() { GMutex *res = malloc(sizeof(GMutex)); |