diff options
author | Timo Sirainen <cras@irssi.org> | 1999-10-16 22:53:30 +0000 |
---|---|---|
committer | cras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564> | 1999-10-16 22:53:30 +0000 |
commit | eb736e0e7ad1966caf136c4bb72ac9fa64aed39a (patch) | |
tree | ad25cd4943bfa8a52f30ff69f105ad7b90018351 /src/common.h | |
parent | 8f59b3ec6eb9cded0973c3220f32d5fbf836d6ab (diff) | |
download | irssi-eb736e0e7ad1966caf136c4bb72ac9fa64aed39a.zip |
Fix for building with objdir
git-svn-id: http://svn.irssi.org/repos/irssi/trunk@57 dbcabf3a-b0e7-0310-adc4-f8d773084564
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 |