commit eb9e171886487acc55115d8ea38141edce2eae6a
Author: Zhaoming Luo <zhmingluo@163.com>
Date:   Thu Jan 2 08:45:51 2025 +0800

    Header files: Install rtc.h header file
    
    Message-ID: <20250102004552.26250-1-zhmingluo@163.com>

diff --git a/hurd/Makefile b/hurd/Makefile
index 5200baef..3463f783 100644
--- a/hurd/Makefile
+++ b/hurd/Makefile
@@ -20,7 +20,7 @@ makemode := misc
 hdrs = $(wildcard $(srcdir)/*.defs $(srcdir)/*.h)
 
 INSTHDRS = hurd_types.h version.h ioctl_types.h paths.h shared.h console.h \
-	$(notdir $(wildcard $(srcdir)/*.defs))
+	rtc.h $(notdir $(wildcard $(srcdir)/*.defs))
 MSGIDS := hurd.msgids $(patsubst %.defs,%.msgids,$(filter %.defs,$(INSTHDRS)))
 
 include ../Makeconf
