diff -urN --exclude debian bird-1.0.11.orig/client/client.c bird-1.0.11/client/client.c
--- bird-1.0.11.orig/client/client.c	2004-06-05 05:26:48.000000000 -0400
+++ bird-1.0.11/client/client.c	2006-07-13 10:35:11.000000000 -0400
@@ -15,8 +15,10 @@
 #include <sys/socket.h>
 #include <sys/un.h>
 #include <sys/types.h>
+#include <sys/select.h>
 #include <readline/readline.h>
 #include <readline/history.h>
+#include <strings.h>
 
 #include "nest/bird.h"
 #include "lib/resource.h"
