Skip to content

Commit

Permalink
Fixes Github #182: Missing config.h in date.c
Browse files Browse the repository at this point in the history
  • Loading branch information
lwindolf committed Jun 19, 2015
1 parent 604d482 commit 3fcce4e
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 0 deletions.
2 changes: 2 additions & 0 deletions ChangeLog
Original file line number Diff line number Diff line change
Expand Up @@ -10,6 +10,8 @@ To be released
(reported by GreenLunar)
* Fixes Github #140, #158: Vertical pane placement is forgotten.
(patch by foresto)
* Fixes Github #182: Missing config.h include in date.c
(reported by Paul Gevers)
* Updated Russian translation
(bboa)

Expand Down
1 change: 1 addition & 0 deletions src/date.c
Original file line number Diff line number Diff line change
Expand Up @@ -36,6 +36,7 @@

#include "date.h"

#include <config.h>
#include <locale.h>
#include <ctype.h>
#include <string.h>
Expand Down

0 comments on commit 3fcce4e

Please sign in to comment.