1
0
Fork 0
mirror of https://github.com/transmission/transmission synced 2024-12-25 17:17:31 +00:00

(trunk) portability patch for MAXPATHLEN. Reported by afxgroup in ticket #291.

This commit is contained in:
Charles Kerr 2007-08-08 23:33:01 +00:00
parent dd1626bbe2
commit 2cbff8d444
2 changed files with 2 additions and 0 deletions

View file

@ -21,6 +21,7 @@
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include <unistd.h> /* for MAXPATHLEN */
#include <sys/param.h> #include <sys/param.h>
char * char *

View file

@ -21,6 +21,7 @@
#include <errno.h> #include <errno.h>
#include <string.h> #include <string.h>
#include <unistd.h> /* for MAXPATHLEN */
#include <sys/param.h> #include <sys/param.h>
char * char *