* libltdl/argz_.h: Forgot to include lt__system.h for LT_SCOPE

definition.
This commit is contained in:
Gary V. Vaughan 2004-10-03 15:44:36 +00:00
parent dc5fbfd041
commit 8911deab1b
2 changed files with 6 additions and 0 deletions

View File

@ -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>

View 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