commit | f6710267bb8ea23d004e84fdc1b5f49b5a0e31d9 | [log] [tgz] |
---|---|---|
author | Brian Silverman <brian@peloton-tech.com> | Tue Nov 24 07:05:46 2015 -0500 |
committer | Brian Silverman <brian@peloton-tech.com> | Tue Nov 24 07:16:42 2015 -0500 |
tree | e577afd53aa1a7600f3c83ae2197048822163a5a | |
parent | b2215d046b28580a5eeedeab9fbb647ac98b024f [diff] [blame] |
Fix libevent compiling for the roboRIO with the correct headers Change-Id: Ibfd21bf0a01b8a75380fb7fd2d234220b1aec68b
diff --git a/third_party/libevent/buffer.c b/third_party/libevent/buffer.c index de4ab52..0e61fbe 100644 --- a/third_party/libevent/buffer.c +++ b/third_party/libevent/buffer.c
@@ -90,6 +90,7 @@ #include "evthread-internal.h" #include "evbuffer-internal.h" #include "bufferevent-internal.h" +#include "event-internal.h" /* some systems do not have MAP_FAILED */ #ifndef MAP_FAILED