diff options
Diffstat (limited to '')
| -rw-r--r-- | src/nyancat.c | 1 | 
1 files changed, 1 insertions, 0 deletions
diff --git a/src/nyancat.c b/src/nyancat.c index 207bcd0..33f8522 100644 --- a/src/nyancat.c +++ b/src/nyancat.c @@ -49,6 +49,7 @@   * WITH THE SOFTWARE.   */ +#include <ctype.h>  #include <stdio.h>  #include <stdint.h>  #include <string.h>  | 
