X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fsendsbr.c;h=2c2e3a63d428c57e77ace6bb80f7b03f3c037b07;hp=b7c4cf24b4447e03687d2a2bb9e1a33015f06ec4;hb=8563731b02ce9d750806f6b1769af8b399d964e8;hpb=3da6cc979e0e8e466f760acc113314c57176fea9 diff --git a/uip/sendsbr.c b/uip/sendsbr.c index b7c4cf2..2c2e3a6 100644 --- a/uip/sendsbr.c +++ b/uip/sendsbr.c @@ -12,6 +12,17 @@ #include #include +#ifdef TIME_WITH_SYS_TIME +# include +# include +#else +# ifdef TM_IN_SYS_TIME +# include +# else +# include +# endif +#endif + int debugsw = 0; /* global */ int forwsw = 1; int inplace = 1;