Fixed compilation when HAVE_WORDEXP_H is not defined

This commit is contained in:
Jaroslav Kysela 2005-12-05 14:27:28 +00:00
parent 8b908f233d
commit 853989cf09

View file

@ -19,10 +19,10 @@
*/
#include <config.h>
#ifdef HAVE_WORDEXP_H
#include <string.h>
#include <errno.h>
#ifdef HAVE_WORDEXP_H
#include <wordexp.h>
#include <assert.h>