From 6ecc21c17d479991efe7de6e01c70259ac3f0267 Mon Sep 17 00:00:00 2001 From: stpohle Date: Mon, 12 May 2003 12:36:34 +0000 Subject: [PATCH] added include line for suse and freebsd versions --- src/udp.c | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/src/udp.c b/src/udp.c index 1e3c23e..45de805 100644 --- a/src/udp.c +++ b/src/udp.c @@ -1,4 +1,4 @@ -/* $Id: udp.c,v 1.7 2003/05/08 14:35:49 stpohle Exp $ */ +/* $Id: udp.c,v 1.8 2003/05/12 12:36:34 stpohle Exp $ */ /* udp.c code for the network File Version 0.2 */ @@ -10,6 +10,7 @@ #include #include #include +#include #ifdef _WIN32 #include #include