--- patricia.c.orig Tue Oct 7 15:06:56 2003 +++ patricia.c Tue Oct 7 15:07:19 2003 @@ -52,6 +52,11 @@ "This product includes software developed by the University of Michigan, Merit" "Network, Inc., and their contributors."; +#include +#include +#include +#include + #include /* assert */ #include /* isdigit */ #include /* errno */ @@ -60,7 +65,6 @@ #include /* sprintf, fprintf, stderr */ #include /* free, atol, calloc */ #include /* memcpy, strchr, strlen */ -#include /* for inet_addr */ #include "patricia.h"