eon needs include for errno

old-commit-hash: 16a23c98fae55585ae37a748416dc2514b8f1b89
This commit is contained in:
Willem Melching
2020-06-23 16:05:47 -07:00
parent 4d93e0b907
commit 24adb459c3
2 changed files with 2 additions and 0 deletions
+1
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>
+1
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>