Fix compile breakage

Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
1_20_stable
Denys Vlasenko 2011-09-07 22:19:46 +02:00
parent f65c5f5c54
commit 9289935cfd
1 changed files with 2 additions and 2 deletions

View File

@ -10,10 +10,10 @@
* Licensed under GPLv2 or later, see file LICENSE in this source tree.
*/
#ifdef HAVE_MNTENT_H
#include "libbb.h"
#ifdef HAVE_MNTENT_H
int FAST_FUNC match_fstype(const struct mntent *mt, const char *t_fstype)
{
int match = 1;