summaryrefslogtreecommitdiff
path: root/include/my_time.h
diff options
context:
space:
mode:
authorunknown <rburnett@build.mysql.com>2004-08-19 22:40:31 +0200
committerunknown <rburnett@build.mysql.com>2004-08-19 22:40:31 +0200
commit185fc2da944544e524a7c6b5bd8029d635cdbb0b (patch)
treecd70fc2de13f8f24b38cd686651e30ec81729684 /include/my_time.h
parent0ed563e80180a848dbd8a3d062663ce14b479e11 (diff)
downloadmariadb-git-185fc2da944544e524a7c6b5bd8029d635cdbb0b.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 include/my_time.h: Moved declaration of days_in_month array from mysql_priv.h to my_time.h to correct Windows build issues sql/mysql_priv.h: Moved declaration of days_in_month array from mysql_priv.h to my_time.h to correct Windows build issues BitKeeper/etc/logging_ok: Logging to logging@openlogging.org accepted
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.