[PATCH 4/4] libnfs.c: fix compilation due to intptr_t move

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



intptr_t is now part of thread_db.h, so include that
file to make it compile again.

dbench now at least compiles on debian testing.

Signed-off-by: Luis Chamberlain <mcgrof@xxxxxxxxxx>
---
 libnfs.c | 1 +
 1 file changed, 1 insertion(+)

diff --git a/libnfs.c b/libnfs.c
index 1f60ef0..edbcd61 100644
--- a/libnfs.c
+++ b/libnfs.c
@@ -17,6 +17,7 @@
    along with this program; if not, see <http://www.gnu.org/licenses/>.
 */
 #define _FILE_OFFSET_BITS 64
+#include <thread_db.h>
 #include "mount.h"
 #include "nfs.h"
 #include "libnfs.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