From ed7467aa63058db45474568fad90b83ed0fe77ac Mon Sep 17 00:00:00 2001 From: "matthias.ringwald" Date: Wed, 30 Jun 2010 17:12:29 +0000 Subject: [PATCH] also add private API --- src/run_loop.c | 1 + 1 file changed, 1 insertion(+) diff --git a/src/run_loop.c b/src/run_loop.c index aae903c85..794f1fa66 100644 --- a/src/run_loop.c +++ b/src/run_loop.c @@ -40,6 +40,7 @@ #include #include // exit() +#include "run_loop_private.h" #include "../config.h"