]> git.stg.codes - stg.git/blobdiff - projects/stargazer/plugins/other/rscript/send_functor.h
Move projects back into subfolder.
[stg.git] / projects / stargazer / plugins / other / rscript / send_functor.h
index baa4c1183de665824169cea9d40e151cee58c0a1..fbe6d3b308f780be0af4e055ff589e408586307d 100644 (file)
 #ifndef __SEND_FUNCTOR_H__
 #define __SEND_FUNCTOR_H__
 
-#include "stg/os_int.h"
-
 #include <functional>
+#include <cstdint>
 
 #include <sys/types.h>
 #include <sys/socket.h>
+#include <netinet/in.h>
 #include <netinet/ip.h>
 
 class PacketSender : public std::unary_function<uint32_t, ssize_t> {