mirror of the now-defunct rocklinux.org
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

52 lines
1.4 KiB

  1. --- ./lib/c_wrapper.cpp.orig 2008-06-10 19:48:14.000000000 +0200
  2. +++ ./lib/c_wrapper.cpp 2008-06-10 19:48:22.000000000 +0200
  3. @@ -25,6 +25,8 @@
  4. #include "trm.h"
  5. #include "mb_c.h"
  6. +#include <string.h>
  7. +
  8. extern "C"
  9. {
  10. --- ./lib/comhttpsocket.cpp.orig 2008-06-10 19:48:55.000000000 +0200
  11. +++ ./lib/comhttpsocket.cpp 2008-06-10 19:49:01.000000000 +0200
  12. @@ -18,6 +18,7 @@
  13. #include "../config.h"
  14. #include "comsocket.h"
  15. #endif
  16. +#include <string.h>
  17. #include <stdlib.h>
  18. #include <assert.h>
  19. --- ./lib/comsocket.cpp.orig 2008-06-10 19:49:13.000000000 +0200
  20. +++ ./lib/comsocket.cpp 2008-06-10 19:49:19.000000000 +0200
  21. @@ -37,6 +37,7 @@
  22. #include <netinet/tcp.h>
  23. #include <errno.h>
  24. #include <stdio.h>
  25. +#include <string.h>
  26. #include <sys/time.h>
  27. #include <sys/types.h>
  28. #include <unistd.h>
  29. --- ./lib/http.cpp.orig 2008-06-10 19:49:42.000000000 +0200
  30. +++ ./lib/http.cpp 2008-06-10 19:49:49.000000000 +0200
  31. @@ -23,6 +23,7 @@
  32. ----------------------------------------------------------------------------*/
  33. #include <stdlib.h>
  34. +#include <string.h>
  35. #include <stdio.h>
  36. #include <sys/types.h>
  37. #include <sys/stat.h>
  38. --- ./lib/sigclient.cpp.orig 2008-06-10 19:50:52.000000000 +0200
  39. +++ ./lib/sigclient.cpp 2008-06-10 19:51:00.000000000 +0200
  40. @@ -29,6 +29,8 @@
  41. email : ijr@relatable.com
  42. ***************************************************************************/
  43. +#include <string.h>
  44. +
  45. #ifdef WIN32
  46. #pragma warning(disable:4786)
  47. #endif