Fix compile breakage
authorDenys Vlasenko <vda.linux@googlemail.com>
Wed, 7 Sep 2011 20:19:46 +0000 (22:19 +0200)
committerDenys Vlasenko <vda.linux@googlemail.com>
Wed, 7 Sep 2011 20:19:46 +0000 (22:19 +0200)
Signed-off-by: Denys Vlasenko <vda.linux@googlemail.com>
libbb/match_fstype.c

index c792d13b387220637ba84b5d490230b2f398409b..32c3d7f188a1c941ef56fdf76becb761c9026f59 100644 (file)
  * 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;