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:
Thomas Veerman 2012-11-26 16:18:13 +00:00
parent c248e23d93
commit ac7451d11b

View file

@ -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>