Skip to content

Commit

Permalink
miniupnpcmodules.c: #include <structmember.h>
Browse files Browse the repository at this point in the history
à la place de #include "structmember.h"
  • Loading branch information
miniupnp committed Sep 28, 2021
1 parent ee071c6 commit d61d3e6
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions miniupnpc/src/miniupnpcmodule.c
Original file line number Diff line number Diff line change
@@ -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
Expand All @@ -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"
Expand Down

0 comments on commit d61d3e6

Please sign in to comment.