From: Philipp Takacs Date: Tue, 14 Apr 2015 12:33:36 +0000 (+0200) Subject: reinclude some headers X-Git-Tag: mmh-0.2-RC1~39 X-Git-Url: http://git.marmaro.de/?p=mmh;a=commitdiff_plain;h=d254c5e2ad008f26d5fda43c3f24f0a711c7e851 reinclude some headers These includes are necessary to compile on FreeBSD. --- diff --git a/h/mh.h b/h/mh.h index 8e8c11a..f9ed645 100644 --- a/h/mh.h +++ b/h/mh.h @@ -7,6 +7,8 @@ #include #include #include +#include +#include /* diff --git a/sbr/dtime.c b/sbr/dtime.c index f97f65b..47ae79e 100644 --- a/sbr/dtime.c +++ b/sbr/dtime.c @@ -6,9 +6,9 @@ ** complete copyright information. */ +#include #include /* for snprintf() */ #include -#include #if !defined(HAVE_STRUCT_TM_TM_GMTOFF) extern long timezone; diff --git a/sbr/dtimep.lex b/sbr/dtimep.lex index 60a8d82..42b3572 100644 --- a/sbr/dtimep.lex +++ b/sbr/dtimep.lex @@ -9,6 +9,7 @@ %n2500 %a5000 %{ +#include #include #include diff --git a/sbr/pidstatus.c b/sbr/pidstatus.c index cb0cb1c..cab45f5 100644 --- a/sbr/pidstatus.c +++ b/sbr/pidstatus.c @@ -6,6 +6,7 @@ ** complete copyright information. */ +#include #include /*