Browse Source

Build fix for Python wrapper

pull/8/head
Joseph Henry 5 years ago
parent
commit
7ae18961a7
No known key found for this signature in database
GPG Key ID: C45B33FF5EBC9344
  1. 2
      src/bindings/python/PythonSockets.cxx

2
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 <string.h>
#include <sys/time.h>

Loading…
Cancel
Save