miniupnpcmodules.c: #include <structmember.h>

à la place de #include "structmember.h"
This commit is contained in:
Thomas Bernard 2021-09-28 23:45:41 +02:00
parent ee071c62f0
commit d61d3e6b66
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF

View File

@ -1,4 +1,4 @@
/* $Id: miniupnpcmodule.c,v 1.34 2019/05/20 19:07:16 nanard Exp $*/
/* $Id: miniupnpcmodule.c,v 1.37 2021/09/28 21:38:30 nanard Exp $*/
/* vim: tabstop=4 shiftwidth=4 noexpandtab
* Project : miniupnp
* Author : Thomas BERNARD
@ -8,7 +8,7 @@
* provided LICENCE file. */
#include <Python.h>
#define MINIUPNP_STATICLIB
#include "structmember.h"
#include <structmember.h>
#include "miniupnpc.h"
#include "upnpcommands.h"
#include "upnperrors.h"