1
0
mirror of https://github.com/Interlisp/maiko.git synced 2026-01-14 23:46:14 +00:00

Add missing include of <time.h> to initsout.c

This commit is contained in:
Nick Briggs 2021-08-09 12:30:34 -07:00
parent ea8d31f590
commit c56cbb2a91

View File

@ -20,6 +20,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <string.h>
#include <time.h>
#include <unistd.h>
#ifndef DOS