diff options
Diffstat (limited to 'src/daemon/proto_stdio_private.h')
-rw-r--r-- | src/daemon/proto_stdio_private.h | 3 |
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> |