dtimsstart: make it build

This commit is contained in:
Jon Trulson
2019-11-21 20:06:29 -07:00
parent 97b14a9efc
commit bcc1ca537e
6 changed files with 22 additions and 15 deletions

View File

@@ -27,6 +27,7 @@
#include <sys/wait.h>
#include <setjmp.h>
#include <unistd.h>
#include <time.h>
#if (defined(__linux__) || defined(CSRG_BASED)) && !defined(_NFILE)
#define _NFILE FOPEN_MAX