[PATCH 10/25] nfsio.c: include dbench.h before nfs.h

[Date Prev] [Date Next] [Thread Prev] [Thread Next] [Date Index] [Thread Index]



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




[Index of Archives]     [Linux Filesystems Development]     [Linux NFS]     [Linux NILFS]     [Linux USB Devel]     [Linux Audio Users]     [Yosemite News]     [Linux Kernel]     [Linux SCSI]

  Powered by Linux