diff options
author | Ted Gould <ted@gould.cx> | 2011-03-03 14:49:49 -0600 |
---|---|---|
committer | Ted Gould <ted@gould.cx> | 2011-03-03 14:49:49 -0600 |
commit | 4ed21c3d5a65c2a421a0d5abf663f0ee0efddcbe (patch) | |
tree | 07b099ed947f5454c9e7838e4752bcea4a32ecf9 /src/indicator-datetime.c | |
parent | dc4a5be24185927dbd52c9404bf5974f8b418575 (diff) | |
parent | b4f9e0832d0dc2b5a1f6ffb3ae78ecdbd11ae15d (diff) | |
download | ayatana-indicator-datetime-4ed21c3d5a65c2a421a0d5abf663f0ee0efddcbe.tar.gz ayatana-indicator-datetime-4ed21c3d5a65c2a421a0d5abf663f0ee0efddcbe.tar.bz2 ayatana-indicator-datetime-4ed21c3d5a65c2a421a0d5abf663f0ee0efddcbe.zip |
* New upstream release.
* Perference UI cleanups
* Fix color rendering for appointments
* Fix spin buttons to behave properly
Diffstat (limited to 'src/indicator-datetime.c')
-rw-r--r-- | src/indicator-datetime.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/indicator-datetime.c b/src/indicator-datetime.c index 2099929..7659812 100644 --- a/src/indicator-datetime.c +++ b/src/indicator-datetime.c @@ -23,6 +23,11 @@ with this program. If not, see <http://www.gnu.org/licenses/>. #include "config.h" #endif +#include <locale.h> +#include <langinfo.h> +#include <string.h> +#include <time.h> + /* GStuff */ #include <glib.h> #include <glib/gprintf.h> |