summaryrefslogtreecommitdiff
path: root/src/biruda.c
diff options
context:
space:
mode:
authorAndreas Baumann <mail@andreasbaumann.cc>2014-11-13 11:36:51 +0100
committerAndreas Baumann <mail@andreasbaumann.cc>2014-11-13 11:36:51 +0100
commitfeb041170121b703ddb48cc02c2e0c9ccfd94e7c (patch)
treee7c96fef7e6aae625e22bdbe32e93986200f69fc /src/biruda.c
parent5ebbe3d69ae442d5f751137cf000012870ba85a7 (diff)
downloadbiruda-feb041170121b703ddb48cc02c2e0c9ccfd94e7c.tar.gz
biruda-feb041170121b703ddb48cc02c2e0c9ccfd94e7c.tar.bz2
renamed sleep.h to port.h (for easy porting macros for Windows/Unix)
Diffstat (limited to 'src/biruda.c')
-rw-r--r--src/biruda.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/biruda.c b/src/biruda.c
index eca6894..57e2995 100644
--- a/src/biruda.c
+++ b/src/biruda.c
@@ -20,7 +20,7 @@
#include "worker.h"
#include "coordinator.h"
-#include "sleep.h"
+#include "port.h"
static const char *DEFAULT_CONFIG_FILE = "/etc/biruda/biruda.conf";
static const unsigned int DEFAULT_WEBSERVER_PORT = 8080;