1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-02-04 07:33:07 +00:00

Add missing include for string.h and stdlib.h

This commit is contained in:
Nick Briggs
2017-05-20 15:25:59 -07:00
parent fce205c378
commit 25fb46e31d

View File

@@ -42,6 +42,8 @@ static char *id = "$Id: ldeboot.c,v 1.3 1999/01/03 02:07:13 sybalsky Exp $ Copyr
#include <fcntl.h>
#include <errno.h>
#include <string.h>
#include <stdlib.h>
#ifdef XWINDOW
#ifndef SYSVONLY