From 3aa741b5783a2e3da57bcc48f9c9e3f93952574f Mon Sep 17 00:00:00 2001
From: Jim Meyering <jim@meyering.net>
Date: Sun, 26 Oct 1997 02:20:32 +0000
Subject: [PATCH] (noinst_HEADERS): Add xalloc.h.

---
 lib/Makefile.am | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/lib/Makefile.am b/lib/Makefile.am
index 2340ef61a7..8a240d399b 100644
--- a/lib/Makefile.am
+++ b/lib/Makefile.am
@@ -19,6 +19,6 @@ libfu_a_DEPENDENCIES = $(libfu_a_LIBADD)
 noinst_HEADERS = argmatch.h backupfile.h error.h fnmatch.h fsusage.h \
 getdate.h getline.h getopt.h group-member.h long-options.h \
 makepath.h modechange.h mountlist.h hash.h path-concat.h pathmax.h \
-save-cwd.h savedir.h xstrtol.h xstrtoul.h strverscmp.h
+save-cwd.h savedir.h strverscmp.h xalloc.h xstrtol.h xstrtoul.h
 
 BUILT_SOURCES = getdate.c posixtm.c
-- 
2.39.5