diff --git a/src/bindings/python/PythonSockets.cxx b/src/bindings/python/PythonSockets.cxx index 8662d68..f7bf49a 100644 --- a/src/bindings/python/PythonSockets.cxx +++ b/src/bindings/python/PythonSockets.cxx @@ -37,6 +37,8 @@ #include "lwip/inet.h" #include "lwip/sockets.h" #include "structmember.h" // PyMemberDef +#include "sysmodule.h" +#include "pytime.h" #include #include