Skip to content

Commit 9bc207e

Browse files
committed
structmember is a system header
1 parent f9e54b7 commit 9bc207e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

extension/maxminddb.c

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
1-
#include "structmember.h"
21
#include <Python.h>
32
#include <arpa/inet.h>
43
#include <maxminddb.h>
54
#include <netinet/in.h>
5+
#include <structmember.h>
66
#include <sys/socket.h>
77

88
#define __STDC_FORMAT_MACROS

0 commit comments

Comments
 (0)