Archived
1
0
This commit is contained in:
Jeff Becker 2018-05-06 08:57:54 -04:00
parent 60de45415c
commit 8f40d7842a
No known key found for this signature in database
GPG Key ID: F357B3B42F6F9B05
2 changed files with 1 additions and 1 deletions

View File

@ -3,6 +3,7 @@
#include <cassert> #include <cassert>
#include <sys/types.h> #include <sys/types.h>
#include <sys/socket.h> #include <sys/socket.h>
#include <netinet/in.h>
constexpr std::size_t ev_buffsz = 512; constexpr std::size_t ev_buffsz = 512;

View File

@ -1,6 +1,5 @@
#include <cassert> #include <cassert>
#include <iostream> #include <iostream>
#include <nntpchan/buffer.hpp>
#include <nntpchan/net.hpp> #include <nntpchan/net.hpp>
#include <nntpchan/server.hpp> #include <nntpchan/server.hpp>