]> git.decadent.org.uk Git - videolink.git/commitdiff
Include <cstdio> in xpcom_support.cpp (closes: #611427).
authorJulien Cristau <jcristau@debian.org>
Wed, 2 Feb 2011 14:23:31 +0000 (15:23 +0100)
committerJulien Cristau <jcristau@debian.org>
Wed, 2 Feb 2011 14:23:31 +0000 (15:23 +0100)
Patch by Nobuhiro Iwamatsu.

debian/changelog
xpcom_support.cpp

index 9714072c826d7773c6c7623a97022d51c7eb12bd..1ed79ebf42abec74e453c2208008b6f016736ef5 100644 (file)
@@ -2,6 +2,8 @@ videolink (1.2.9-2.1) UNRELEASED; urgency=high
 
   * Define XPCOM_GLUE_USE_NSPR, link against nspr (closes: #611389).  Patch by
     Nobuhiro Iwamatsu.
 
   * Define XPCOM_GLUE_USE_NSPR, link against nspr (closes: #611389).  Patch by
     Nobuhiro Iwamatsu.
+  * Include <cstdio> in xpcom_support.cpp (closes: #611427).  Patch by
+    Nobuhiro Iwamatsu.
 
  -- Julien Cristau <jcristau@debian.org>  Wed, 02 Feb 2011 15:19:38 +0100
 
 
  -- Julien Cristau <jcristau@debian.org>  Wed, 02 Feb 2011 15:19:38 +0100
 
index 2c452d76369344ae9ff401cb9d02cc7ad9edd3c7..5c8b26e714985fb97133359994ef189f897d12d5 100644 (file)
@@ -1,6 +1,7 @@
 // Copyright 2005 Ben Hutchings <ben@decadent.org.uk>.
 // See the file "COPYING" for licence details.
 
 // Copyright 2005 Ben Hutchings <ben@decadent.org.uk>.
 // See the file "COPYING" for licence details.
 
+#include <cstdio>
 #include <cassert>
 #include <memory>
 #include <stdexcept>
 #include <cassert>
 #include <memory>
 #include <stdexcept>