upnpdescgen.c: include macros.h for UNUSED

fixes 3a2b15af4c
This commit is contained in:
Thomas Bernard 2022-10-16 07:43:42 +02:00
parent 3f6350da6a
commit c13a4b15f1
No known key found for this signature in database
GPG Key ID: DB511043A31ACAAF
1 changed files with 2 additions and 1 deletions

View File

@ -1,4 +1,4 @@
/* $Id: upnpdescgen.c,v 1.87 2020/05/30 09:05:46 nanard Exp $ */
/* $Id: upnpdescgen.c,v 1.91 2022/10/16 05:49:41 nanard Exp $ */
/* vim: tabstop=4 shiftwidth=4 noexpandtab
* MiniUPnP project
* http://miniupnp.free.fr/ or https://miniupnp.tuxfamily.org/
@ -22,6 +22,7 @@
#include "upnpdescstrings.h"
#include "upnpurns.h"
#include "getconnstatus.h"
#include "macros.h"
/* Event magical values codes */