eon needs include for errno

pull/1772/head
Willem Melching 2020-06-23 16:05:47 -07:00
parent 28110ea880
commit 16a23c98fa
2 changed files with 2 additions and 0 deletions

View File

@ -5,6 +5,7 @@
#include <signal.h>
#include <unistd.h>
#include <sched.h>
#include <errno.h>
#include <sys/cdefs.h>
#include <sys/types.h>
#include <sys/time.h>

View File

@ -4,6 +4,7 @@
#include <signal.h>
#include <unistd.h>
#include <sched.h>
#include <errno.h>
#include <sys/time.h>
#include <sys/cdefs.h>
#include <sys/types.h>