summaryrefslogtreecommitdiff
path: root/lib/xprintf.c
diff options
context:
space:
mode:
authorJim Meyering <meyering@redhat.com>2007-10-20 18:34:27 +0200
committerJim Meyering <meyering@redhat.com>2007-10-20 18:34:27 +0200
commit36454274190b141a37308d9b266b3d0b68a71694 (patch)
treedf4d4cbb03d2f2bc6ae6c7ac4c5bddaadfe04b5a /lib/xprintf.c
parent6c1eb9f212baf1259dc6495a24847a46a425e433 (diff)
downloadgnulib-36454274190b141a37308d9b266b3d0b68a71694.tar.gz
* lib/xprintf.c: Include <config.h> unconditionally.
Diffstat (limited to 'lib/xprintf.c')
-rw-r--r--lib/xprintf.c4
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/xprintf.c b/lib/xprintf.c
index 6ecd2a2ad7..b3940ad49d 100644
--- 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"