diff options
Diffstat (limited to 'ext/date/lib/dow.c')
| -rw-r--r-- | ext/date/lib/dow.c | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/date/lib/dow.c b/ext/date/lib/dow.c index 4066d61b4c..f37f5c1cf6 100644 --- a/ext/date/lib/dow.c +++ b/ext/date/lib/dow.c @@ -18,6 +18,8 @@ /* $Id$ */ +#include <tl_config.h> + #include "timelib_structs.h" static int m_table_common[13] = { -1, 0, 3, 3, 6, 1, 4, 6, 2, 5, 0, 3, 5 }; /* 1 = jan */ |
