diff options
Diffstat (limited to 'logview/logview-utils.c')
-rw-r--r-- | logview/logview-utils.c | 6 |
1 files changed, 5 insertions, 1 deletions
diff --git a/logview/logview-utils.c b/logview/logview-utils.c index cd43f075..3a1e2d07 100644 --- a/logview/logview-utils.c +++ b/logview/logview-utils.c @@ -19,6 +19,10 @@ * Foundation, Inc., 551 Franklin Street, Fifth Floor, Boston, MA 02110-1301, */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #define _XOPEN_SOURCE #include <time.h> #include <string.h> @@ -274,4 +278,4 @@ log_read_dates (const char **buffer_lines, time_t current) days = g_slist_sort (days, days_compare); return days; -}
\ No newline at end of file +} |