Changes of Revision 11
[-] [+] | Changed | libfreebob-include-fix.diff |
@@ -22,3 +22,15 @@ #define DEBUG_EXTRA_VERBOSE 2 int AVCCommand::m_time = 0; +--- tests/test-extplugcmd.cpp.orig 2008-06-22 20:59:50.000000000 +0200 ++++ tests/test-extplugcmd.cpp 2008-06-22 21:00:23.000000000 +0200 +@@ -24,7 +24,8 @@ + #include "libfreebobavc/ieee1394service.h" + + #include <argp.h> +- ++#include <stdlib.h> ++#include <string.h> + using namespace std; + + //////////////////////////////////////////////// |