fix fts.c on minix

Change-Id: I3888842734756cead342634a0c089001da59f1f7
This commit is contained in:
Lionel Sambuc 2015-10-24 23:35:08 +00:00
parent 0a6a1f1d05
commit 6dc59ac7dc

View File

@ -1209,7 +1209,11 @@ fts_maxarglen(char * const *argv)
} }
#if defined(__minix) #if defined(__minix)
#if ! HAVE_NBTOOL_CONFIG_H
#include <minix/dmap.h> #include <minix/dmap.h>
#else
#define NONE_MAJOR 0
#endif
#endif /* defined(__minix) */ #endif /* defined(__minix) */
/* /*