Guest User

Untitled

a guest
Apr 24th, 2018
70
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.97 KB | None | 0 0
  1. diff -ur napkin-0.0/lib/hypnodata.cc napkin-patched/lib/hypnodata.cc
  2. --- napkin-0.0/lib/hypnodata.cc 2008-04-04 15:10:03.000000000 -0700
  3. +++ napkin-patched/lib/hypnodata.cc 2009-11-11 10:52:46.000000000 -0800
  4. @@ -1,3 +1,6 @@
  5. +#include <cstdlib>
  6. +#include <cstdio>
  7. +#include <cstring>
  8. #include <napkin/exception.h>
  9. #include <napkin/util.h>
  10. #include <napkin/types.h>
  11. diff -ur napkin-0.0/lib/st-decode.cc napkin-patched/lib/st-decode.cc
  12. --- napkin-0.0/lib/st-decode.cc 2008-04-05 02:41:53.000000000 -0700
  13. +++ napkin-patched/lib/st-decode.cc 2009-11-11 10:54:26.000000000 -0800
  14. @@ -1,3 +1,5 @@
  15. +#include <stdint.h>
  16. +#include <cstring>
  17. #include <stdexcept>
  18. #include <numeric>
  19. #include <napkin/exception.h>
  20. diff -ur napkin-0.0/src/db.cc napkin-patched/src/db.cc
  21. --- napkin-0.0/src/db.cc 2008-04-04 16:12:28.000000000 -0700
  22. +++ napkin-patched/src/db.cc 2009-11-11 10:49:44.000000000 -0800
  23. @@ -1,3 +1,4 @@
  24. +#include <cstdlib>
  25. #include <unistd.h>
  26. #include <sys/stat.h>
  27. #include <sys/types.h>
Add Comment
Please, Sign In to add comment