- Corrected #define spelling.
This commit is contained in:
Paul Beckingham 2014-01-12 16:34:28 -05:00
parent 591ef02bbd
commit 6ecb984f84

View file

@ -30,7 +30,7 @@
#include <string>
#include <stdio.h>
#ifdef HAVE_WORDEXP_H
#ifdef HAVE_WORDEXP
#include <wordexp.h>
#endif