diff options
| author | Matthew Barnes <mbarnes@redhat.com> | 2013-11-29 15:22:23 -0500 |
|---|---|---|
| committer | Matthew Barnes <mbarnes@redhat.com> | 2013-11-29 15:22:38 -0500 |
| commit | d813f632484aeb6cd79657a285d0f5e197553fdc (patch) | |
| tree | a0c330e3676a04dcecc1fd38b391a9be01647669 | |
| parent | 9df9e5df0142e0f01f584397c7da193f436d5df9 (diff) | |
| download | evolution-data-server-d813f632484aeb6cd79657a285d0f5e197553fdc.tar.gz | |
Fix build break in e-data-book-factory.c.
Missing #include <locale.h>
| -rw-r--r-- | addressbook/libedata-book/e-data-book-factory.c | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/addressbook/libedata-book/e-data-book-factory.c b/addressbook/libedata-book/e-data-book-factory.c index 6e0611601..3ba721488 100644 --- a/addressbook/libedata-book/e-data-book-factory.c +++ b/addressbook/libedata-book/e-data-book-factory.c @@ -21,6 +21,7 @@ */ #include <config.h> +#include <locale.h> #include <stdlib.h> #include <string.h> #include <unistd.h> |
