use sys/param.h for MAXPATHLEN

This commit is contained in:
Dave Murphy 2014-04-01 17:49:02 +01:00
parent 32967b95eb
commit 3375e8fc58

View File

@ -30,6 +30,7 @@
#include <unistd.h> #include <unistd.h>
#include <string.h> #include <string.h>
#include <stdio.h> #include <stdio.h>
#include <sys/param.h>
#include "common.h" #include "common.h"
#include "partition.h" #include "partition.h"