From 92dbb5804e65b9802cdb8e788e6a7503d31a89e8 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Paulius=20Ratkevi=C4=8Dius?= Date: Tue, 21 May 2019 20:04:23 +0300 Subject: daemon: implemented stdio interfaces MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit Signed-off-by: Paulius Ratkevičius --- src/daemon/proto_stdio_private.h | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) (limited to 'src/daemon/proto_stdio_private.h') 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 #include #include -- cgit v1.2.3