mirror of
git://git.savannah.gnu.org/libtool.git
synced 2024-11-27 06:09:57 +08:00
* libltdl/lt__dirent.c: Include lt__private.h.
* libltdl/libltdl/lt__private.h: Include lt__strl.h.
This commit is contained in:
parent
fc9914a1d1
commit
70f63a304a
@ -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 Peter O'Gorman <peter@pogma.com>
|
||||
|
||||
* config/ltmain.m4sh (func_extract_archives,func_extract_an_archive):
|
||||
|
@ -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"
|
||||
|
||||
|
@ -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__)
|
||||
|
Loading…
Reference in New Issue
Block a user