]> git.sesse.net Git - vlc/commitdiff
Upnp: missing <assert.h> include
authorLudovic Fauvet <etix@l0cal.com>
Sat, 30 Oct 2010 14:22:56 +0000 (16:22 +0200)
committerJean-Baptiste Kempf <jb@videolan.org>
Sat, 30 Oct 2010 14:23:31 +0000 (16:23 +0200)
Signed-off-by: Jean-Baptiste Kempf <jb@videolan.org>
modules/services_discovery/upnp_intel.cpp

index dec8f8db7157b5ea8322ae407498d3ec9a16b9a5..2769b1ec652e55c4a2349411d8b578d8efbc6ec1 100644 (file)
@@ -38,6 +38,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";