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>