summaryrefslogtreecommitdiff
path: root/src
diff options
context:
space:
mode:
Diffstat (limited to 'src')
-rw-r--r--src/common.h8
1 files changed, 2 insertions, 6 deletions
diff --git a/src/common.h b/src/common.h
index ca777c27..f176ea0e 100644
--- a/src/common.h
+++ b/src/common.h
@@ -27,13 +27,9 @@
#include <sys/utsname.h>
#ifdef HAVE_POPT_H
-#include <popt.h>
+# include <popt.h>
#else
-# ifdef HAVE_POPT_GNOME_H
-# include <popt-gnome.h>
-# else
-# include <lib-popt/popt.h>
-# endif
+# include <src/lib-popt/popt.h>
#endif
#ifdef HAVE_UNISTD_H