Archived
1
0
This commit is contained in:
Jeff Becker 2018-05-06 10:14:08 -04:00
parent ebe1f96cc5
commit a42c8abded
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05

View File

@ -2,6 +2,7 @@
#include <nntpchan/net.hpp> #include <nntpchan/net.hpp>
#include <sstream> #include <sstream>
#include <stdexcept> #include <stdexcept>
#include <arpa/inet.h>
namespace nntpchan namespace nntpchan
{ {