client: more MAXPATHLEN fixes

This commit is contained in:
David Anderson 2013-08-22 17:06:09 -07:00
parent ef82d5d9fb
commit 6b5285ba04
2 changed files with 4 additions and 2 deletions

View File

@ -23,11 +23,12 @@
#include <vector>
#endif
#include "client_types.h"
#include "common_defs.h"
#include "app_ipc.h"
#include "common_defs.h"
#include "procinfo.h"
#include "client_types.h"
#define ABORT_TIMEOUT 15
// if we send app <abort> request, wait this long before killing it.
// This gives it time to download symbol files (which can be several MB)

View File

@ -29,6 +29,7 @@
#include <zlib.h>
#endif
#include "filesys.h"
#include "md5.h"
struct FILE_INFO;