add back missing header.

This commit is contained in:
Kelvin Sherlock 2019-02-20 00:09:25 -05:00
parent 3ce34e0e27
commit 82e976d8e2

View File

@ -11,6 +11,8 @@
#include "scc.h"
#include <string.h>
#include <stdlib.h>
#include <ctype.h>
#ifndef UNDER_CE //OG
#include <signal.h>
#endif