Changes of Revision 7
[-] [+] | Changed | libfreebob.spec |
[-] [+] | Added | libfreebob-string-fix.diff ^ |
@@ -0,0 +1,10 @@ +--- src/libfreebobavc/avc_extended_plug_info.cpp.orig 2008-06-22 18:58:30.000000000 +0200 ++++ src/libfreebobavc/avc_extended_plug_info.cpp 2008-06-22 18:58:48.000000000 +0200 +@@ -24,6 +24,7 @@ + + #include <netinet/in.h> + #include <iostream> ++#include <string.h> + + using namespace std; + |