Whamcloud - gitweb
Branch b1_x
[fs/lustre-release.git] / lnet / utils / wirecheck.c
index 6afd4dc..46f0035 100644 (file)
  * Lustre is a trademark of Sun Microsystems, Inc.
  */
 
+#ifndef _GNU_SOURCE
+#define _GNU_SOURCE     /* for strnlen() in string.h */
+#endif
+
 #include <stdio.h>
 #include <sys/types.h>
 #include <sys/wait.h>