From 3375e8fc58af2dcfee762331861e32633aa1c060 Mon Sep 17 00:00:00 2001 From: Dave Murphy Date: Tue, 1 Apr 2014 17:49:02 +0100 Subject: [PATCH] use sys/param.h for MAXPATHLEN --- source/libfat.c | 1 + 1 file changed, 1 insertion(+) diff --git a/source/libfat.c b/source/libfat.c index 5cd766f..aabb3ad 100644 --- a/source/libfat.c +++ b/source/libfat.c @@ -30,6 +30,7 @@ #include #include #include +#include #include "common.h" #include "partition.h"