diff options
Diffstat (limited to 'ini/ini_comment.c')
-rw-r--r-- | ini/ini_comment.c | 3 |
1 files changed, 1 insertions, 2 deletions
diff --git a/ini/ini_comment.c b/ini/ini_comment.c index 6b56d02..3d25562 100644 --- a/ini/ini_comment.c +++ b/ini/ini_comment.c @@ -19,11 +19,10 @@ along with INI Library. If not, see <http://www.gnu.org/licenses/>. */ -#define _GNU_SOURCE +#include "config.h" #include <errno.h> #include <string.h> #include <ctype.h> -#include "config.h" #include "trace.h" #include "ref_array.h" #include "simplebuffer.h" |