diff options
Diffstat (limited to 'intl/lock.c')
-rw-r--r-- | intl/lock.c | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/intl/lock.c b/intl/lock.c index a860459d1..f60a8d9be 100644 --- a/intl/lock.c +++ b/intl/lock.c @@ -1,5 +1,5 @@ /* Locking in multithreaded situations. - Copyright (C) 2005 Free Software Foundation, Inc. + Copyright (C) 2005-2006 Free Software Foundation, Inc. This program is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published @@ -20,9 +20,7 @@ Based on GCC's gthr-posix.h, gthr-posix95.h, gthr-solaris.h, gthr-win32.h. */ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif +#include <config.h> #include "lock.h" |