commit | 97aae2656fbcf04fb3eb8b4fd077cfb320e3e40f | [log] [tgz] |
---|---|---|
author | Brian Silverman <brian@peloton-tech.com> | Fri Dec 25 18:00:34 2015 -0800 |
committer | Brian Silverman <brian@peloton-tech.com> | Fri Dec 25 18:00:52 2015 -0800 |
tree | 12d660f3b50dd6b70a4f57a16bec29d02d867199 | |
parent | 59c77caac412436e7babd29f274fc0258e284615 [diff] [blame] |
Fix missing #include Change-Id: If00c50a2ed2df103587ff27e285c4348e7600add
diff --git a/y2014/hot_goal_reader.cc b/y2014/hot_goal_reader.cc index 7bf9fa2..0b24f22 100644 --- a/y2014/hot_goal_reader.cc +++ b/y2014/hot_goal_reader.cc
@@ -4,6 +4,7 @@ #include <string.h> #include <netinet/in.h> #include <arpa/inet.h> +#include <unistd.h> #include "aos/common/time.h" #include "aos/common/logging/queue_logging.h"