From f0654ce8bdc82092bf6fd8817f4419abf7d0703a Mon Sep 17 00:00:00 2001 From: Joel Rosdahl Date: Sun, 18 May 2014 15:57:21 +0200 Subject: [PATCH] Include signal.h in system.h --- system.h | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/system.h b/system.h index a75025f71..0d796e8b8 100644 --- a/system.h +++ b/system.h @@ -1,5 +1,5 @@ /* - * Copyright (C) 2010 Joel Rosdahl + * Copyright (C) 2010-2014 Joel Rosdahl * * This program is free software; you can redistribute it and/or modify it * under the terms of the GNU General Public License as published by the Free @@ -37,13 +37,14 @@ #include #include #include +#include #include #include #include #include #include -#include #include +#include #include #if !HAVE_VSNPRINTF -- 2.47.2