Skip to content

Commit

Permalink
Include limits.h to get PATH_MAX on Mac OS X
Browse files Browse the repository at this point in the history
  • Loading branch information
wader committed May 1, 2011
1 parent 1f6664e commit 71b9d24
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/fileaccess/fa_fs.c
Original file line number Diff line number Diff line change
Expand Up @@ -26,6 +26,7 @@
#include <dirent.h>
#include <fcntl.h>
#include <errno.h>
#include <limits.h>
#include "showtime.h"
#include "fileaccess.h"

Expand Down

0 comments on commit 71b9d24

Please sign in to comment.