[vlc-commits] commit: Upnp: missing <assert.h> include (Ludovic Fauvet )
git at videolan.org
git at videolan.org
Sat Oct 30 16:23:43 CEST 2010
vlc | branch: master | Ludovic Fauvet <etix at l0cal.com> | Sat Oct 30 16:22:56 2010 +0200| [3fe5be16aa84db7833c9eeb5471bacc540a013fe] | committer: Jean-Baptiste Kempf
Upnp: missing <assert.h> include
Signed-off-by: Jean-Baptiste Kempf <jb at videolan.org>
> http://git.videolan.org/gitweb.cgi/vlc.git/?a=commit;h=3fe5be16aa84db7833c9eeb5471bacc540a013fe
---
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 dec8f8d..2769b1e 100644
--- a/modules/services_discovery/upnp_intel.cpp
+++ b/modules/services_discovery/upnp_intel.cpp
@@ -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";
More information about the vlc-commits
mailing list