diff -r 40eab743e22b -r b39f9b646d6c src/protocols/zephyr/ZSendPkt.c --- a/src/protocols/zephyr/ZSendPkt.c Mon Apr 25 00:31:24 2005 +0000 +++ b/src/protocols/zephyr/ZSendPkt.c Mon Apr 25 01:53:01 2005 +0000 @@ -4,7 +4,7 @@ * Created by: Robert French * * $Source$ - * $Author: chipx86 $ + * $Author: thekingant $ * * Copyright (c) 1987,1991 by the Massachusetts Institute of Technology. * For copying and distribution information, see the file @@ -18,8 +18,11 @@ #endif #include "internal.h" +#ifdef WIN32 +#include +#else #include - +#endif static int wait_for_hmack(); Code_t ZSendPacket(packet, len, waitforack)