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