Skip to content

Commit

Permalink
include "config.h" (to pick up strncasecmp() if it's defined as a macro)
Browse files Browse the repository at this point in the history
  • Loading branch information
Orc committed Feb 2, 2017
1 parent b39005d commit 2b6cfbc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions mktags.c
Expand Up @@ -4,6 +4,7 @@

#define __WITHOUT_AMALLOC 1
#include "cstring.h"
#include "config.h"
#include "tags.h"

STRING(struct kw) blocktags;
Expand Down

0 comments on commit 2b6cfbc

Please sign in to comment.