Browse Source

Merge pull request #2552 from Diapolo/win-typedef

remove obsolete and unused typedef for Windows
pull/145/head
Jeff Garzik 11 years ago
parent
commit
3fbd87e0dc
  1. 2
      src/util.h

2
src/util.h

@ -13,8 +13,6 @@
#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>
#else
typedef int pid_t; /* define for Windows compatibility */
#endif
#include <map>
#include <list>

Loading…
Cancel
Save