This is so _GNU_SOURCE is defined so asprintf() is declared when including <stdio.h>. Signed-off-by: Luis Chamberlain <mcgrof@xxxxxxxxxx> --- nfsio.c | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/nfsio.c b/nfsio.c index 7583110..1b49bd3 100644 --- a/nfsio.c +++ b/nfsio.c @@ -17,8 +17,8 @@ #define _FILE_OFFSET_BITS 64 -#include "nfs.h" #include "dbench.h" +#include "nfs.h" #include <stdio.h> #include "mount.h" -- 2.34.1