libbb: move nuke_str() from passwd into libbb
[oweals/busybox.git] / 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;