We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent f9e54b7 commit 9bc207eCopy full SHA for 9bc207e
extension/maxminddb.c
@@ -1,8 +1,8 @@
1
-#include "structmember.h"
2
#include <Python.h>
3
#include <arpa/inet.h>
4
#include <maxminddb.h>
5
#include <netinet/in.h>
+#include <structmember.h>
6
#include <sys/socket.h>
7
8
#define __STDC_FORMAT_MACROS
0 commit comments