diff options
author | Michael Pavone <pavone@retrodev.com> | 2015-07-22 00:41:41 -0700 |
---|---|---|
committer | Michael Pavone <pavone@retrodev.com> | 2015-07-22 00:41:41 -0700 |
commit | a1165d0718544bb5c0e5f6a8e7895b70a120d529 (patch) | |
tree | 552d2f573c8ee1da0927d9782d5be8964af00835 /blastem.c | |
parent | e39675e0c563dbcc405d61424e8b97551f8e75aa (diff) |
Fix missing include
Diffstat (limited to 'blastem.c')
-rw-r--r-- | blastem.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -17,6 +17,7 @@ #include <stdio.h> #include <stdlib.h> #include <string.h> +#include <ctype.h> #define BLASTEM_VERSION "0.3.0" |