diff options
Diffstat (limited to 'src/common.h')
-rw-r--r-- | src/common.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/common.h b/src/common.h index f176ea0e..26e3e8c6 100644 --- a/src/common.h +++ b/src/common.h @@ -29,7 +29,7 @@ #ifdef HAVE_POPT_H # include <popt.h> #else -# include <src/lib-popt/popt.h> +# include "lib-popt/popt.h" #endif #ifdef HAVE_UNISTD_H |