X-Git-Url: http://git.marmaro.de/?a=blobdiff_plain;f=uip%2Fsend.c;h=a2e9932956805c47f65574703617c50f037c1d60;hb=d5b5e6e4813b7fd77dc1664df4304537f3002cf3;hp=e39ab800e6a7c8569047cca2ff2a3eb61074dc90;hpb=3e300b97e9a54a3157e37948f8827abbe3eecf05;p=mmh diff --git a/uip/send.c b/uip/send.c index e39ab80..a2e9932 100644 --- a/uip/send.c +++ b/uip/send.c @@ -16,16 +16,10 @@ #include #include -#ifdef TIME_WITH_SYS_TIME +#ifdef HAVE_SYS_TIME_H # include -# include -#else -# ifdef TM_IN_SYS_TIME -# include -# else -# include -# endif #endif +#include int debugsw = 0; /* global */ int forwsw = 1;