Fix for the Hurd, from the debian project.

This commit is contained in:
Ryan C. Gordon 2010-03-15 09:46:33 -04:00
parent 9141cd77a0
commit 8d1cff2bdf
1 changed files with 4 additions and 0 deletions

View File

@ -46,6 +46,10 @@
#include "physfs_internal.h"
/* !!! FIXME: we should probably remove MAXPATHLEN entirely, if we can. */
#ifndef MAXPATHLEN
#define MAXPATHLEN 1024
#endif
int __PHYSFS_platformInit(void)
{