diff options
author | David Zeuthen <davidz@redhat.com> | 2011-03-29 12:27:24 -0400 |
---|---|---|
committer | David Zeuthen <davidz@redhat.com> | 2011-03-29 12:27:24 -0400 |
commit | 76c47192bc1fa14a54565849a28e8fbc11fa15cf (patch) | |
tree | 01115cb707b9c3c42ea11e63ee0aba2a4191f1e8 /src/udiskspersistentstore.c | |
parent | a1e62dd1b72d9e6607babfb730a644293cdcdea0 (diff) |
Rework autotooling and setup i18n
Signed-off-by: David Zeuthen <davidz@redhat.com>
Diffstat (limited to 'src/udiskspersistentstore.c')
-rw-r--r-- | src/udiskspersistentstore.c | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/src/udiskspersistentstore.c b/src/udiskspersistentstore.c index 5cde31e..e18e26a 100644 --- a/src/udiskspersistentstore.c +++ b/src/udiskspersistentstore.c @@ -18,9 +18,8 @@ * */ -#ifdef HAVE_CONFIG_H -# include "config.h" -#endif +#include "config.h" +#include <glib/gi18n-lib.h> #include <stdlib.h> #include <stdio.h> |