From: Joel Rosdahl Date: Sun, 18 May 2014 13:57:21 +0000 (+0200) Subject: Include signal.h in system.h X-Git-Tag: v3.1.10~8 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=f0654ce8bdc82092bf6fd8817f4419abf7d0703a;p=thirdparty%2Fccache.git Include signal.h in system.h --- 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