aboutsummaryrefslogtreecommitdiff
path: root/src/common/utils.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/common/utils.c')
-rw-r--r--src/common/utils.c8
1 files changed, 6 insertions, 2 deletions
diff --git a/src/common/utils.c b/src/common/utils.c
index 1a6fa6498..70094e885 100644
--- a/src/common/utils.c
+++ b/src/common/utils.c
@@ -8,8 +8,11 @@
/*
* Changes :
* $Log$
- * Revision 1.1 2002/06/26 22:45:50 arma
- * Initial revision
+ * Revision 1.2 2002/09/03 18:44:23 nickm
+ * Port to MacOS X
+ *
+ * Revision 1.1.1.1 2002/06/26 22:45:50 arma
+ * initial commit: current code
*
* Revision 1.6 2002/03/03 00:06:45 mp292
* Modifications to support re-transmission.
@@ -38,6 +41,7 @@
#include <unistd.h>
#include <sys/socket.h>
#include <stdio.h>
+#include <string.h>
#include "utils.h"
#include "log.h"