diff options
| -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> | 
