diff options
Diffstat (limited to 'makenimitoki.h')
| -rw-r--r-- | makenimitoki.h | 4 |
1 files changed, 3 insertions, 1 deletions
diff --git a/makenimitoki.h b/makenimitoki.h index 7659b3d..a5fe1a9 100644 --- a/makenimitoki.h +++ b/makenimitoki.h @@ -1,10 +1,12 @@ #ifndef MAKENIMITOKI_H #define MAKENIMITOKI_H -#include <stdio.h> +#include <stdio.h> /* FILE */ /* for now the longest tokipona word is kijetesantakalu, which is * 15 characters long, so the limit is it's length + newline + zero-character + * + * TODO: detect this automagically */ #define NIMI_TOKI_MAX_LENGTH 17 |
