From e2bb642444dc4bdd48f5cd1b52ce27f5b326f380 Mon Sep 17 00:00:00 2001 From: Andrea Zagli Date: Sat, 30 Jan 2016 10:00:57 +0100 Subject: [PATCH] Missing headers in global header. --- src/libzakcgi.h | 16 +++++++++++----- 1 file changed, 11 insertions(+), 5 deletions(-) diff --git a/src/libzakcgi.h b/src/libzakcgi.h index 23c62bf..3e8eb97 100644 --- a/src/libzakcgi.h +++ b/src/libzakcgi.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2015 Andrea Zagli + * Copyright (C) 2015-2016 Andrea Zagli * * This library is free software; you can redistribute it and/or * modify it under the terms of the GNU Lesser General Public @@ -19,11 +19,17 @@ #ifndef __LIBZAKCGI_H__ #define __LIBZAKCGI_H__ -#include -#include +#include #include -#include -#include +#include +#include +#include +#include +#include +#include +#include +#include +#include #include #include #include -- 2.49.0