Skip to content
Snippets Groups Projects
Commit ef4957cb authored by rob's avatar rob
Browse files

Adding necessary #includes that we used to get from sbbs.h.

parent 24341cf0
No related branches found
No related tags found
No related merge requests found
......@@ -35,6 +35,11 @@
* Note: If this box doesn't appear square, then you need to fix your tabs. *
****************************************************************************/
/* ANSI headers */
#include <string.h>
#include <signal.h>
#include <ctype.h>
/* Synchronet-specific headers */
#include "sbbsdefs.h" /* VERSION, REVISION, and COPYRIGHT_NOTICE */
#include "conwrap.h" /* kbhit/getch */
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment