commits at code.sixapart.com wrote: > +#include <unistd.h> > +#include <netinet/in.h> > +#include <errno.h> > netinet/in.h is already included in memcached.h, which is included at the top of all the .c files. -Steve