diff options
author | infirit <[email protected]> | 2014-11-07 12:49:36 +0100 |
---|---|---|
committer | infirit <[email protected]> | 2014-11-07 14:31:51 +0100 |
commit | 50b6f0d9f4b8a47bb2886756cc337cd5ffe66338 (patch) | |
tree | 0755fb6cbf39a6602b3eda9a900fa5a0efe547f2 | |
parent | 1d7816517e0ac5a7f74ce51b2af9178b8dc91388 (diff) | |
download | mate-session-manager-50b6f0d9f4b8a47bb2886756cc337cd5ffe66338.tar.bz2 mate-session-manager-50b6f0d9f4b8a47bb2886756cc337cd5ffe66338.tar.xz |
Add missing #include <config.h>
Based on gnome-session commit: b9fa0c8c9ff57f704d83dfd1f7b4ae0c19280edf
From: Kjartan Maraas <[email protected]>
-rw-r--r-- | capplet/gsp-app.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/capplet/gsp-app.c b/capplet/gsp-app.c index 3652197..4b299f5 100644 --- a/capplet/gsp-app.c +++ b/capplet/gsp-app.c @@ -21,6 +21,10 @@ * */ +#ifdef HAVE_CONFIG_H +#include <config.h> +#endif + #include <string.h> #include <sys/stat.h> |