summaryrefslogtreecommitdiff
path: root/third_party
diff options
context:
space:
mode:
Diffstat (limited to 'third_party')
-rw-r--r--third_party/libevent/event.h4
1 files changed, 4 insertions, 0 deletions
diff --git a/third_party/libevent/event.h b/third_party/libevent/event.h
new file mode 100644
index 0000000000..4a91e4b50f
--- /dev/null
+++ b/third_party/libevent/event.h
@@ -0,0 +1,4 @@
+// The Chromium build contains its own checkout of libevent. This stub is used
+// when building the Chrome OS libchrome package to instead use the system
+// headers.
+#include <event.h>