X-Git-Url: http://git.marmaro.de/?p=mmh;a=blobdiff_plain;f=uip%2Fsend.c;h=41ef92a5823ef89769ba5654f6ab9ca38f404243;hp=234dfb29a773b075e3466b05db875fe15fc3732e;hb=2abb9a7cfb0930e27062088734d306e7d78e4cc2;hpb=fe6c01d9f21c739dc729288ea350db865c5dbf95 diff --git a/uip/send.c b/uip/send.c index 234dfb2..41ef92a 100644 --- a/uip/send.c +++ b/uip/send.c @@ -16,12 +16,20 @@ #include #include #include +#include +#include +#include +#include #ifdef HAVE_SYS_TIME_H # include #endif #include +#ifdef HAVE_SYS_PARAM_H +# include +#endif + int debugsw = 0; /* global */ char *altmsg = NULL; char *annotext = NULL;