nowsecure / fsmon

monitor filesystem on iOS / OS X / Android / FirefoxOS / Linux
https://www.nowsecure.com
MIT License
881 stars 151 forks source link

Doesn't build on Linux Mint #13

Closed bontchev closed 8 years ago

bontchev commented 8 years ago

util.c:106:19: error: ‘PATH_MAX’ undeclared (first use in this function)

I guess a

#include <linux/limits.h>

is missing - should probably be #ifdef-ed, if it is not there on Android, etc.

trufae commented 8 years ago

Already fixed in master