diff options
Diffstat (limited to 'lib/stripslash.c')
-rw-r--r-- | lib/stripslash.c | 4 |
1 files changed, 1 insertions, 3 deletions
diff --git a/lib/stripslash.c b/lib/stripslash.c index 4ba5dad..342d497 100644 --- a/lib/stripslash.c +++ b/lib/stripslash.c @@ -16,9 +16,7 @@ along with this program; if not, write to the Free Software Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02110-1301, USA. */ -#ifdef HAVE_CONFIG_H -# include <config.h> -#endif +#include <config.h> #include "dirname.h" |