pupnp / pupnp

libupnp: Build UPnP-compliant control points, devices, and bridges on several operating systems.
https://pupnp.github.io/pupnp
BSD 3-Clause "New" or "Revised" License
353 stars 117 forks source link

upnp/inc/UpnpLog.h: include stdarg.h #295

Closed ffontaine closed 3 years ago

ffontaine commented 3 years ago

Fix the following build failure:

In file included from /home/fabrice/br-test-pkg/bootlin-armv7m-uclibc/build/libupnp-8427b086494e7486864c96d38dfffdea2279956b/upnp/src/api/UpnpLog.cpp:6:
/home/fabrice/br-test-pkg/bootlin-armv7m-uclibc/build/libupnp-8427b086494e7486864c96d38dfffdea2279956b/upnp/inc/UpnpLog.h:142:17: error: ‘va_list’ has not been declared
  142 |                 va_list argList);
      |                 ^~~~~~~

Signed-off-by: Fabrice Fontaine fontaine.fabrice@gmail.com