From 85285a0ce77de8c3f87a9aefe5263b7067caa9d1 Mon Sep 17 00:00:00 2001 From: Samuel Thibault Date: Sat, 27 Jan 2018 16:32:16 +0100 Subject: [PATCH] hurd: fix warning * sysdeps/mach/hurd/xmknodat.c: Include . --- ChangeLog | 4 ++++ sysdeps/mach/hurd/xmknodat.c | 1 + 2 files changed, 5 insertions(+) diff --git a/ChangeLog b/ChangeLog index 8e3c150aca9..e6392de4e8b 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,7 @@ +2018-01-27 Samuel Thibault + + * sysdeps/mach/hurd/xmknodat.c: Include . + 2018-01-27 James Clarke * sysdeps/hppa/fpu/libm-test-ulps: Update. diff --git a/sysdeps/mach/hurd/xmknodat.c b/sysdeps/mach/hurd/xmknodat.c index d824281476d..40d86aa2c08 100644 --- a/sysdeps/mach/hurd/xmknodat.c +++ b/sysdeps/mach/hurd/xmknodat.c @@ -25,6 +25,7 @@ #include <_itoa.h> #include #include +#include /* Create a device file named PATH relative to FD, with permission and special bits MODE and device number DEV (which can be constructed -- 2.47.2