summaryrefslogtreecommitdiffstats
path: root/src/daemon/proto_stdio_private.h
diff options
context:
space:
mode:
authorGravatar Paulius Ratkevičius <pauliuz95@gmail.com> 2019-05-21 20:04:23 +0300
committerGravatar Paulius Ratkevičius <pauliuz95@gmail.com> 2019-05-21 20:04:23 +0300
commit92dbb5804e65b9802cdb8e788e6a7503d31a89e8 (patch)
treeacdb2e5f4fa463060fbf004f22b362fb1cbd7e30 /src/daemon/proto_stdio_private.h
parentb24fdd90aee29a5e6362be5d8f061f7cbd500052 (diff)
downloadusurpation-92dbb5804e65b9802cdb8e788e6a7503d31a89e8.tar.gz
usurpation-92dbb5804e65b9802cdb8e788e6a7503d31a89e8.tar.bz2
usurpation-92dbb5804e65b9802cdb8e788e6a7503d31a89e8.zip
daemon: implemented stdio interfaces
Signed-off-by: Paulius Ratkevičius <pauliuz95@gmail.com>
Diffstat (limited to 'src/daemon/proto_stdio_private.h')
-rw-r--r--src/daemon/proto_stdio_private.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/src/daemon/proto_stdio_private.h b/src/daemon/proto_stdio_private.h
index bed159b..1fa48d4 100644
--- a/src/daemon/proto_stdio_private.h
+++ b/src/daemon/proto_stdio_private.h
@@ -2,7 +2,7 @@
* Usurpation – null (stdio) im proto
*
* Copyright (C) 2019 Gediminas Jakutis
- *
+ * Copyright (C) 2019 Paulius Ratkevičius
* This program is free software; you can redistribute it and/or
* modify it under the terms of the GNU Lesser General Public
* License as published by the Free Software Foundation; version 2.1
@@ -21,6 +21,7 @@
#ifndef USURPATION_PROTO_STDIO_PRIVATE_H
#define USURPATION_PROTO_STDIO_PRIVATE_H
+#include <stdio.h>
#include <sys/types.h>
#include <pthread.h>