projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
6c1eb9f
)
* lib/xprintf.c: Include <config.h> unconditionally.
author
Jim Meyering
<meyering@redhat.com>
Sat, 20 Oct 2007 16:34:27 +0000
(18:34 +0200)
committer
Jim Meyering
<meyering@redhat.com>
Sat, 20 Oct 2007 16:34:27 +0000
(18:34 +0200)
ChangeLog
patch
|
blob
|
history
lib/xprintf.c
patch
|
blob
|
history
diff --git
a/ChangeLog
b/ChangeLog
index 139a2f6c63022f93dbe1f7a5585451a9ec10c614..aa77450c827c23f288d7bb0aac9cce99291776a4 100644
(file)
--- a/
ChangeLog
+++ b/
ChangeLog
@@
-1,5
+1,7
@@
2007-10-20 Jim Meyering <meyering@redhat.com>
+ * lib/xprintf.c: Include <config.h> unconditionally.
+
Change xprintf's license to GPL.
* modules/xprintf (License): s/LGPL/GPL/, since this module
depends on modules (exit and exitfail) which are GPL.
diff --git
a/lib/xprintf.c
b/lib/xprintf.c
index 6ecd2a2ad711d7262e78092094004a8b251d2f01..b3940ad49d2b788427de94d89399cebbd93ddebb 100644
(file)
--- a/
lib/xprintf.c
+++ b/
lib/xprintf.c
@@
-14,9
+14,7
@@
You should have received a copy of the GNU General Public License
along with this program. If not, see <http://www.gnu.org/licenses/>. */
-#ifdef HAVE_CONFIG_H
-# include <config.h>
-#endif
+#include <config.h>
#include "xprintf.h"