]> git.ipfire.org Git - thirdparty/e2fsprogs.git/blobdiff - e2fsck/pass1.c
Fix more compiler warnings.
[thirdparty/e2fsprogs.git] / e2fsck / pass1.c
index 20628078c2125a1069c662b4614364713f2d8c77..c6e90872ecf5e750ab6aa2448efae9eb88a253cc 100644 (file)
@@ -37,6 +37,7 @@
  * found.
  */
 
+#define _GNU_SOURCE 1 /* get strnlen() */
 #include <string.h>
 #include <time.h>
 #ifdef HAVE_ERRNO_H