summaryrefslogtreecommitdiff
path: root/libltdl/lt_error.c
diff options
context:
space:
mode:
authorBob Friesenhahn <bfriesen@simple.dallas.tx.us>2007-07-04 23:05:05 +0000
committerBob Friesenhahn <bfriesen@simple.dallas.tx.us>2007-07-04 23:05:05 +0000
commit742931492615ea85d00f7b4f52e268a967e63efa (patch)
treeb665874a4b2e491ac9289e6a3b34f6aa1a28d8cc /libltdl/lt_error.c
parent59bc6b59d0ef3d7cbde73389fc94dc7b7f40eca9 (diff)
downloadlibtool-742931492615ea85d00f7b4f52e268a967e63efa.tar.gz
* libltdl/lt__alloc.c, libltdl/loaders/preopen.c,
libltdl/loaders/dyld.c, libltdl/loaders/dlopen.c, libltdl/ltdl.c, libltdl/lt_error.c, libltdl/lt_dlloader.c, libltdl/lt__dirent.c: Include lt__private.h prior to any system headers. * libltdl/lt__alloc.c: Remove redundant inclusion of configuration header.
Diffstat (limited to 'libltdl/lt_error.c')
-rw-r--r--libltdl/lt_error.c4
1 files changed, 2 insertions, 2 deletions
diff --git a/libltdl/lt_error.c b/libltdl/lt_error.c
index 64667326..d7af36dd 100644
--- a/libltdl/lt_error.c
+++ b/libltdl/lt_error.c
@@ -1,6 +1,6 @@
/* lt_error.c -- error propogation interface
- Copyright (C) 1999, 2000, 2001, 2004, 2005 Free Software Foundation, Inc.
+ Copyright (C) 1999, 2000, 2001, 2004, 2005, 2007 Free Software Foundation, Inc.
Written by Thomas Tanner, 1999
NOTE: The canonical source of this file is maintained with the
@@ -28,8 +28,8 @@ or obtained by writing to the Free Software Foundation, Inc.,
51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA.
*/
-#include "lt_error.h"
#include "lt__private.h"
+#include "lt_error.h"
static const char *last_error = 0;
static const char error_strings[LT_ERROR_MAX][LT_ERROR_LEN_MAX + 1] =