1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-29 04:51:28 +00:00

Cleanup warnings for missing/wrong include files

This commit is contained in:
Nick Briggs
2017-05-25 15:48:08 -07:00
parent e859670886
commit ce2fa3a119
5 changed files with 8 additions and 3 deletions

View File

@@ -37,7 +37,7 @@ static char *id = "$Id: uutils.c,v 1.3 1999/05/31 23:35:47 sybalsky Exp $ Copyri
#include <sys/time.h>
#endif
#ifndef SYSVONLY
#ifdef DOS
#if defined(DOS) || defined(MACOSX) || defined(FREEBSD)
#include <string.h>
#else
#include <strings.h>