From 71351160b1b6fd4203f27f9159ae39a476483e1a Mon Sep 17 00:00:00 2001 From: Max Kellermann Date: Wed, 8 Oct 2008 10:49:29 +0200 Subject: don't include os_compat.h When there are standardized headers, use these instead of the bloated os_compat.h. --- src/main_notify.c | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/main_notify.c') diff --git a/src/main_notify.c b/src/main_notify.c index 8924d1921..e86c911dc 100644 --- a/src/main_notify.c +++ b/src/main_notify.c @@ -25,6 +25,9 @@ #include "gcc.h" #include "log.h" +#include +#include + static struct ioOps main_notify_IO; static int main_pipe[2]; pthread_t main_task; -- cgit v1.2.3