diff options
-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 3b07afb..ab36280 100644 --- a/src/nyancat.c +++ b/src/nyancat.c @@ -34,6 +34,7 @@ #include <string.h> #include <stdlib.h> #include <unistd.h> +#include <signal.h> char * colors[256] = {NULL}; |