Bug#454833: FTBFS with GCC 4.3: missing #includes

Aurelien Jacobs aurel at gnuage.org
Mon Jan 28 17:31:25 UTC 2008


Tags: patch

The following patch fixes the issue.

--- sample_progs/cam_menu.hh.orig       2008-01-28 10:23:53.000000000 +0100
+++ sample_progs/cam_menu.hh    2008-01-28 10:22:55.000000000 +0100
@@ -2,6 +2,7 @@
  * cam_menu.hh
  *
  */
+#include <cstring>
 #include <sys/types.h>
 #include <sys/socket.h>
 





More information about the pkg-multimedia-maintainers mailing list