[vlc-commits] Upnp: Add needed header

Jean-Baptiste Kempf git at videolan.org
Thu Feb 3 16:48:22 CET 2011


vlc/vlc-1.1 | branch: master | Jean-Baptiste Kempf <jb at videolan.org> | Thu Feb  3 16:46:33 2011 +0100| [6933faccbf5129bec864b71b0f272ead0716a964] | committer: Jean-Baptiste Kempf

Upnp: Add needed header

> http://git.videolan.org/gitweb.cgi/vlc/vlc-1.1.git/?a=commit;h=6933faccbf5129bec864b71b0f272ead0716a964
---

 modules/services_discovery/upnp_intel.cpp |    1 +
 1 files changed, 1 insertions(+), 0 deletions(-)

diff --git a/modules/services_discovery/upnp_intel.cpp b/modules/services_discovery/upnp_intel.cpp
index 3fa459c..0b3acf9 100644
--- a/modules/services_discovery/upnp_intel.cpp
+++ b/modules/services_discovery/upnp_intel.cpp
@@ -39,6 +39,7 @@
 #include <vlc_plugin.h>
 #include <vlc_services_discovery.h>
 
+#include <assert.h>
 
 // Constants
 const char* MEDIA_SERVER_DEVICE_TYPE = "urn:schemas-upnp-org:device:MediaServer:1";



More information about the vlc-commits mailing list