diff options
Diffstat (limited to 'include/roman.h')
-rw-r--r-- | include/roman.h | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/include/roman.h b/include/roman.h index 92665fe..7835a73 100644 --- a/include/roman.h +++ b/include/roman.h @@ -18,8 +18,13 @@ */ #ifndef ROMAN_H #define ROMAN_H + +#include <defs.h> +SWORD_NAMESPACE_START + char isroman(const char *); /* char* to_rom(int num, char *p); */ int from_rom(const char *s); +SWORD_NAMESPACE_END #endif |