]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/argz_.h: Forgot to include lt__system.h for LT_SCOPE
authorGary V. Vaughan <gary@gnu.org>
Sun, 3 Oct 2004 15:44:36 +0000 (15:44 +0000)
committerGary V. Vaughan <gary@gnu.org>
Sun, 3 Oct 2004 15:44:36 +0000 (15:44 +0000)
definition.

ChangeLog
libltdl/argz_.h

index 9624f7d8bca8dff2d3a9fddb9bb68818f8b2acaf..672ad3c292d9686a7213fa41fe617d0e4627b009 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-10-03  Gary V. Vaughan  <gary@gnu.org>
+
+       * libltdl/argz_.h: Forgot to include lt__system.h for LT_SCOPE
+       definition.
+
 2004-10-03  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>,
            Gary V. Vaughan  <gary@gnu.org>
 
index 0de444d1581fde88d9f73404a660e3cbab647763..288595e345060c56f55845e3d6ff86270efde7cf 100644 (file)
@@ -35,6 +35,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 
 #if defined(LTDL)
 #  include "lt__glibc.h"
+#  include "lt__system.h"
 #else
 #  define LT_SCOPE
 #endif