summaryrefslogtreecommitdiff
path: root/src/master.h
diff options
context:
space:
mode:
authorAndreas Baumann <abaumann@yahoo.com>2014-11-14 09:37:22 +0100
committerAndreas Baumann <abaumann@yahoo.com>2014-11-14 09:37:22 +0100
commit8db8f32cec78eed65dd06be6ca6a8ff775f35682 (patch)
tree038014bc96d549c9511516a0b2a1ac39b1782dbd /src/master.h
parent97265e0f6a8165159a6e3cef5623db29632e3bc8 (diff)
downloadbiruda-8db8f32cec78eed65dd06be6ca6a8ff775f35682.tar.gz
biruda-8db8f32cec78eed65dd06be6ca6a8ff775f35682.tar.bz2
fixed on Windows
Diffstat (limited to 'src/master.h')
-rw-r--r--src/master.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/master.h b/src/master.h
index 563c9bf..27e552b 100644
--- a/src/master.h
+++ b/src/master.h
@@ -1,7 +1,7 @@
#ifndef _BIRUDA_MASTER_HEADER_INCLUDED
#define _BIRUDA_MASTER_HEADER_INCLUDED
-#include <stdbool.h>
+#include "port.h"
int master_init( const char *control );
void master_terminate( int terminate_nano_msg );