diff options
author | rbuj <[email protected]> | 2020-12-31 18:58:03 +0100 |
---|---|---|
committer | raveit65 <[email protected]> | 2021-01-28 21:14:30 +0100 |
commit | d9f4cc876d523560f97156ceda1905ee34ffdaae (patch) | |
tree | 6e05dff31883a7272de155b26f4d8d2524ac4ccc /share/shares.c | |
parent | c6dba2ce2ec09f2c6202fd1a22f1b5ae89532f50 (diff) | |
download | caja-extensions-d9f4cc876d523560f97156ceda1905ee34ffdaae.tar.bz2 caja-extensions-d9f4cc876d523560f97156ceda1905ee34ffdaae.tar.xz |
Include i18n header after defining GETTEXT_PACKAGE macro
Diffstat (limited to 'share/shares.c')
-rw-r--r-- | share/shares.c | 7 |
1 files changed, 6 insertions, 1 deletions
diff --git a/share/shares.c b/share/shares.c index 927de49..b628321 100644 --- a/share/shares.c +++ b/share/shares.c @@ -1,9 +1,14 @@ +#ifdef HAVE_CONFIG_H #include <config.h> +#endif + +#include <glib/gi18n-lib.h> + #include <string.h> #include <time.h> #include <sys/types.h> #include <sys/wait.h> -#include <glib/gi18n-lib.h> + #include "shares.h" #undef DEBUG_SHARES |