From 7ae18961a7caae8a21626558c56280afcd7cda31 Mon Sep 17 00:00:00 2001 From: Joseph Henry Date: Sun, 30 May 2021 20:52:02 -0700 Subject: [PATCH] Build fix for Python wrapper --- src/bindings/python/PythonSockets.cxx | 2 ++ 1 file changed, 2 insertions(+) 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