diff options
Diffstat (limited to 'embed/mozilla/mozilla-notifiers.cpp')
-rw-r--r-- | embed/mozilla/mozilla-notifiers.cpp | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/embed/mozilla/mozilla-notifiers.cpp b/embed/mozilla/mozilla-notifiers.cpp index 474edc063..e49c1f86e 100644 --- a/embed/mozilla/mozilla-notifiers.cpp +++ b/embed/mozilla/mozilla-notifiers.cpp @@ -19,6 +19,8 @@ * $Id$ */ +#include "mozilla-config.h" + #ifdef HAVE_CONFIG_H #include "config.h" #endif @@ -876,4 +878,3 @@ mozilla_proxy_ignore_notifier (GConfClient *client, g_slist_foreach (hosts, (GFunc) g_free, NULL); g_slist_free (hosts); } - |