mkfs.mfs: __dead and __UNCONST are unknown on Linux
Including nbtool_config.h takes care of that deficiency when cross compiling.
This commit is contained in:
parent
c248e23d93
commit
ac7451d11b
1 changed files with 5 additions and 0 deletions
|
@ -10,6 +10,11 @@
|
|||
* compatible with the original version 1 and 2 file system layout.
|
||||
*/
|
||||
|
||||
#if HAVE_NBTOOL_CONFIG_H
|
||||
#include "nbtool_config.h"
|
||||
#endif
|
||||
|
||||
#include <sys/cdefs.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in a new issue