libfstools: fix build with glibc
authorDaniel Golle <daniel@makrotopia.org>
Fri, 5 Mar 2021 01:33:22 +0000 (01:33 +0000)
committerDaniel Golle <daniel@makrotopia.org>
Fri, 5 Mar 2021 01:33:22 +0000 (01:33 +0000)
commit3c38f0c889177dfac51fa7213c567a110709be71
treeac41b33c479e14dc28ba15b673a055dd23ea1b46
parent19d7d9313d9e868669ae6cb1bf9e840ba2461b41
libfstools: fix build with glibc

stropts.h which is unavailable under glibc (and not needed
when building against glibc). Include it only if not building
against glibc.

Reported by: @DazzyWalkman
Signed-off-by: Daniel Golle <daniel@makrotopia.org>
libfstools/common.h