diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/common.h b/src/common.h index 7dfa2094..ca777c27 100644 --- a/src/common.h +++ b/src/common.h @@ -31,6 +31,8 @@ #else # ifdef HAVE_POPT_GNOME_H # include <popt-gnome.h> +# else +# include <lib-popt/popt.h> # endif #endif |