]> git.ipfire.org Git - thirdparty/libtool.git/commitdiff
* libltdl/lt__dirent.c: Include lt__private.h.
authorRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 21 Dec 2004 22:19:19 +0000 (22:19 +0000)
committerRalf Wildenhues <Ralf.Wildenhues@gmx.de>
Tue, 21 Dec 2004 22:19:19 +0000 (22:19 +0000)
* libltdl/libltdl/lt__private.h: Include lt__strl.h.

ChangeLog
libltdl/libltdl/lt__private.h
libltdl/lt__dirent.c

index 6b64d2478380dcc6aed182cdc50f99a1cbd3705f..fecd31c02bc72212ce0cc3587f651bee3761ac21 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2004-12-21  Ralf Wildenhues  <Ralf.Wildenhues@gmx.de>
+
+       * libltdl/lt__dirent.c: Include lt__private.h.
+       * libltdl/libltdl/lt__private.h: Include lt__strl.h.
+
 2004-12-20  Ralf Wildenhues <Ralf.Wildenhues@gmx.de>
 
        * libtoolize.m4sh: Install `install-sh' as well, needed for configure ..
index 258033e9041344ae5ae8c75dd962ed3256278b98..a1bee6f174f3498cf2c0012bf49b597556f78be3 100644 (file)
@@ -57,6 +57,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 /* Import internal interfaces...  */
 #include "lt__alloc.h"
 #include "lt__dirent.h"
+#include "lt__strl.h"
 #include "lt__glibc.h"
 #include "slist.h"
 
index b3dd4fd35af9fdb20d0a8ef519ad7d1adab66df0..2b421aa8e7755a08aa2182d47b28420d253d93de 100644 (file)
@@ -30,6 +30,7 @@ Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA
 #include <assert.h>
 #include <stddef.h>
 
+#include "lt__private.h"
 #include "lt__dirent.h"
 
 #if defined(__WINDOWS__)