Advertisement
hotvic

depbuild.cpp zsnes patch

Nov 18th, 2012
96
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Diff 0.39 KB | None | 0 0
  1. --- a/tools/depbuild.cpp
  2. +++ b/tools/depbuild.cpp
  3. @@ -24,6 +24,8 @@
  4.  #include <iostream>
  5.  #include <string>
  6.  #include <cstdio>
  7. +#include <stdlib.h>
  8. +#include <unistd.h>
  9.  using namespace std;
  10.  
  11.  #include "fileutil.h"
  12. @@ -183,7 +185,7 @@
  13.    }
  14.  }
  15.  
  16. -int main(size_t argc, const char *const *const argv)
  17. +int main(int argc, const char *const *const argv)
  18.  {
  19.    if (argc < 5)
  20.    {
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement