diff options
Diffstat (limited to 'include/rune.h')
-rw-r--r-- | include/rune.h | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/include/rune.h b/include/rune.h index c81603b..02a270f 100644 --- a/include/rune.h +++ b/include/rune.h @@ -40,8 +40,13 @@ #ifndef _RUNE_H_ #define _RUNE_H_ -#include <runetype.h> #include <stdio.h> +#include <runetype.h> + +#ifndef _RUNE_T_DECLARED +#define _RUNE_T_DECLARED +typedef __rune_t rune_t; +#endif #define _PATH_LOCALE "/usr/share/locale" |