From 4d3df3db3ba7b903ef54d6b27f098401960ca867 Mon Sep 17 00:00:00 2001 From: rswindell <> Date: Mon, 28 Jan 2002 23:53:52 +0000 Subject: [PATCH] Port to Unix (header files). --- src/sbbs3/scfg/makehelp.c | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/src/sbbs3/scfg/makehelp.c b/src/sbbs3/scfg/makehelp.c index 634971c96a..81d6908c11 100644 --- a/src/sbbs3/scfg/makehelp.c +++ b/src/sbbs3/scfg/makehelp.c @@ -5,11 +5,12 @@ /* Makes SCFG.HLP for Synchronet configuration program */ #include <stdio.h> -#include <alloc.h> #include <string.h> -#include <io.h> #include <fcntl.h> #include <sys/stat.h> +#if !defined(__unix__) + #include <io.h> /* open */ +#endif void main(void) { -- GitLab