]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/argz_.h: Forgot to spell lt_system.h with just one `_'.
authorGary V. Vaughan <gary@gnu.org>
Sun, 3 Oct 2004 16:15:59 +0000 (16:15 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 3 Oct 2004 16:15:59 +0000 (16:15 +0000)
ChangeLog
libltdl/argz_.h

index 672ad3c292d9686a7213fa41fe617d0e4627b009..6710b7a7d511c8eed72bf2f96f78e11bd2ce7763 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,7 @@
 2004-10-03  Gary V. Vaughan  <gary@gnu.org>
 
+       * libltdl/argz_.h: Forgot to spell lt_system.h with just one `_'.
+
        * libltdl/argz_.h: Forgot to include lt__system.h for LT_SCOPE
        definition.
 
index 288595e345060c56f55845e3d6ff86270efde7cf..33a43c43e80760474c6605d78c30392660e887ba 100644 (file)
@@ -35,7 +35,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 
 #if defined(LTDL)
 #  include "lt__glibc.h"
-#  include "lt__system.h"
+#  include "lt_system.h"
 #else
 #  define LT_SCOPE
 #endif