diff options
Diffstat (limited to 'muc.c')
-rw-r--r-- | muc.c | 2 |
1 files changed, 2 insertions, 0 deletions
@@ -1,5 +1,7 @@ +#include <stdlib.h> #include <curses.h> #include <stdio.h> +#include <string.h> /* Curses based powwow movie player. * Author: Steve Slaven - http://hoopajoo.net |