From 9487be3e6782db3550a84ece3db2723495ba9b10 Mon Sep 17 00:00:00 2001 From: "alexey.lysiuk" Date: Sat, 7 Jun 2014 16:58:50 +0300 Subject: [PATCH] Fix compilation on OS X and other systems without non-standard All required declarations are in --- parse.c | 1 - strlist.c | 2 +- 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/parse.c b/parse.c index 9bbc575..144401a 100644 --- a/parse.c +++ b/parse.c @@ -10,7 +10,6 @@ #include #include #include -#include #include #include diff --git a/strlist.c b/strlist.c index baf0b07..6fda296 100644 --- a/strlist.c +++ b/strlist.c @@ -8,7 +8,7 @@ // HEADER FILES ------------------------------------------------------------ #include -#include +#include #include "common.h" #include "strlist.h" #include "error.h"