changeset 423 | 947ab54de4b7 |
parent 400 | d64bf28c4340 |
--- a/src/Network/Address.hh Thu Jan 22 03:19:25 2009 +0200 +++ b/src/Network/Address.hh Thu Jan 22 03:53:17 2009 +0200 @@ -10,6 +10,8 @@ #include "Platform.hh" #include "Endpoint.hh" +#include <cstring> + /** * A NetworkAddress represents a single network address in the form of a `struct sockaddr`, as used by the OS's socket * API. A NetworkAddress's value may only be constructed/manipulated in sockaddr form, and the class then emulates the