From 30865ef9aa62d26bb474107639c958cdb4286d1f Mon Sep 17 00:00:00 2001
From: kristopher tate <kris.tate+github@gmail.com>
Date: Tue, 7 Aug 2018 23:16:09 +0900
Subject: [PATCH] std/c/darwin.zig: forgot to commit this guy --
 CoreFoundation/CFRunLoop.h;

---
 std/c/darwin.zig | 4 ++++
 1 file changed, 4 insertions(+)

diff --git a/std/c/darwin.zig b/std/c/darwin.zig
index 437b081cacbe..eca6a974b1a0 100644
--- a/std/c/darwin.zig
+++ b/std/c/darwin.zig
@@ -1,3 +1,7 @@
+pub const CFRunLoop = @cImport({
+    @cInclude("CoreFoundation/CFRunLoop.h");
+});
+
 extern "c" fn __error() *c_int;
 pub extern "c" fn _NSGetExecutablePath(buf: [*]u8, bufsize: *u32) c_int;