eon needs include for errno

old-commit-hash: 16a23c98fa
commatwo_master
Willem Melching 5 years ago
parent 4d93e0b907
commit 24adb459c3
  1. 1
      selfdrive/boardd/boardd.cc
  2. 1
      selfdrive/locationd/ubloxd_main.cc

@ -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>

@ -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>

Loading…
Cancel
Save