]> mj.ucw.cz Git - libucw.git/blobdiff - ucw/mainloop.c
Daemon: daemon_control() finished
[libucw.git] / ucw / mainloop.c
index 6eb60d47da74a73fa48813e5f26c6074f5c86e77..b2b07c5082476bedbdc023e094f49f6feb02a28b 100644 (file)
@@ -9,12 +9,13 @@
 
 #undef LOCAL_DEBUG
 
-#include "ucw/lib.h"
-#include "ucw/heap.h"
-#include "ucw/mainloop.h"
-#include "ucw/threads.h"
-#include "ucw/gary.h"
-#include "ucw/process.h"
+#include <ucw/lib.h>
+#include <ucw/heap.h>
+#include <ucw/mainloop.h>
+#include <ucw/threads.h>
+#include <ucw/gary.h>
+#include <ucw/process.h>
+#include <ucw/time.h>
 
 #include <stdio.h>
 #include <string.h>