diff options
| author | hovertank3d <[email protected]> | 2025-11-13 23:28:40 +0100 |
|---|---|---|
| committer | hovertank3d <[email protected]> | 2025-11-13 23:36:57 +0100 |
| commit | 6c1a6c62bb13d09a0beb51ebb5cd5e4a69d9fe5a (patch) | |
| tree | 3ced0304df9dea9fe6547ee7d27bfa6eb25e4cc9 /include/net/conn.hpp | |
| parent | 9e162e1a3cbf4ea75953bb1f4e2b9440c9456348 (diff) | |
| download | ogurec-6c1a6c62bb13d09a0beb51ebb5cd5e4a69d9fe5a.tar.gz ogurec-6c1a6c62bb13d09a0beb51ebb5cd5e4a69d9fe5a.zip | |
tidy up a bit
Diffstat (limited to 'include/net/conn.hpp')
| -rw-r--r-- | include/net/conn.hpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/include/net/conn.hpp b/include/net/conn.hpp index 6569973..95992ed 100644 --- a/include/net/conn.hpp +++ b/include/net/conn.hpp @@ -3,10 +3,11 @@ #include <cstdint> #include <functional> #include <map> -#include <netinet/in.h> #include <span> #include <vector> +#include <netinet/in.h> + #include "net/packet.hpp" namespace net { |
