diff options
Diffstat (limited to 'misc/strspn.c')
-rw-r--r-- | misc/strspn.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/misc/strspn.c b/misc/strspn.c index 01d8d0fc5..90368b591 100644 --- a/misc/strspn.c +++ b/misc/strspn.c @@ -16,7 +16,7 @@ Foundation, Inc., 675 Mass Ave, Cambridge, MA 02139, USA. */ #ifdef HAVE_CONFIG_H -#include <config.h> +#include "config.h" #endif #if defined(HAVE_STRING_H) |