Archived
1
0
This commit is contained in:
Jeff Becker 2018-05-06 10:14:52 -04:00
parent a42c8abded
commit 720aeee7ee
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
2 changed files with 2 additions and 0 deletions

View File

@ -4,6 +4,7 @@
#include <netinet/in.h>
#include <string>
#include <sys/types.h>
#include <sys/socket.h>
namespace nntpchan
{

View File

@ -4,6 +4,7 @@
#include <stdexcept>
#include <arpa/inet.h>
namespace nntpchan
{
std::string NetAddr::to_string()