From c6a7fec473ffec1058e6f5c4ca52cae7fff94f72 Mon Sep 17 00:00:00 2001 From: Paul Eggert Date: Mon, 12 Apr 2004 20:12:33 +0000 Subject: [PATCH] * modules/getopt (lib_SOURCES): Add getopt_int.h. --- ChangeLog | 7 ++++++- modules/getopt | 2 +- 2 files changed, 7 insertions(+), 2 deletions(-) diff --git a/ChangeLog b/ChangeLog index 03bb10aa0f..6cca66effb 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,6 +1,11 @@ +2004-04-12 Paul Eggert + + * modules/getopt (lib_SOURCES): Add getopt_int.h. + 2004-04-12 Jim Meyering - * MODULES.html.sh (func_all_modules): Add cloexec, inttostr, free, tzset. + * MODULES.html.sh (func_all_modules): Add cloexec, inttostr, free, + tzset. 2004-03-30 Jim Meyering diff --git a/modules/getopt b/modules/getopt index cdd6230a02..149146c91d 100644 --- a/modules/getopt +++ b/modules/getopt @@ -15,7 +15,7 @@ configure.ac: gl_GETOPT Makefile.am: -lib_SOURCES += getopt.h getopt.c getopt1.c +lib_SOURCES += getopt.h getopt.c getopt1.c getopt_int.h Include: "getopt.h" -- 2.30.2