diff --exclude='*~' -Naur ethloop.orig/ethloop.c ethloop/ethloop.c --- ethloop.orig/ethloop.c 2005-09-09 23:38:18.000000000 -0300 +++ ethloop/ethloop.c 2005-09-09 23:47:22.000000000 -0300 @@ -13,6 +13,7 @@ #include <stdlib.h> #include <sys/time.h> #include <signal.h> +#include <string.h> int sock; diff --exclude='*~' -Naur ethloop.orig/Makefile ethloop/Makefile --- ethloop.orig/Makefile 2005-09-09 23:38:18.000000000 -0300 +++ ethloop/Makefile 2005-09-09 23:40:47.000000000 -0300 @@ -1,5 +1,3 @@ -CC=gcc -CFLAGS=-g -O2 all: ethloop run: all ./ethloop