summaryrefslogtreecommitdiff
path: root/include/my_time.h
diff options
context:
space:
mode:
authorrburnett@build.mysql.com <>2004-08-19 22:40:31 +0200
committerrburnett@build.mysql.com <>2004-08-19 22:40:31 +0200
commitd3e6b5c3ade1592360106e27b5c9c48be3b57196 (patch)
treecd70fc2de13f8f24b38cd686651e30ec81729684 /include/my_time.h
parent2d7f4c30a738b089da6676a12f50b7c88fa7c2b3 (diff)
downloadmariadb-git-d3e6b5c3ade1592360106e27b5c9c48be3b57196.tar.gz
This fixes a Windows build failure. How did this build on Linux?
logging_ok: Logging to logging@openlogging.org accepted mysql_priv.h, my_time.h: Moved declaration of days_in_month array from mysql_priv.h to my_time.h to correct Windows build issues
Diffstat (limited to 'include/my_time.h')
-rw-r--r--include/my_time.h1
1 files changed, 1 insertions, 0 deletions
diff --git a/include/my_time.h b/include/my_time.h
index 1c549ced6b0..6c53e39d1d8 100644
--- a/include/my_time.h
+++ b/include/my_time.h
@@ -27,6 +27,7 @@
C_MODE_START
extern ulonglong log_10_int[20];
+extern uchar days_in_month[];
/*
Portable time_t replacement.