X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=sbr%2Ffmt_scan.c;h=ae311621b22e098e70c6219cbb4f1c8ce8829a3a;hp=0af69aba2533b64127c4f529be202202e2e40b75;hb=8563731b02ce9d750806f6b1769af8b399d964e8;hpb=3da6cc979e0e8e466f760acc113314c57176fea9 diff --git a/sbr/fmt_scan.c b/sbr/fmt_scan.c index 0af69ab..ae31162 100644 --- a/sbr/fmt_scan.c +++ b/sbr/fmt_scan.c @@ -11,6 +11,17 @@ #include #include +#ifdef TIME_WITH_SYS_TIME +# include +# include +#else +# ifdef TM_IN_SYS_TIME +# include +# else +# include +# endif +#endif + #define NFMTS MAXARGS extern char *formataddr (); /* hook for custom address formatting */