summaryrefslogtreecommitdiff
path: root/src/common.h
diff options
context:
space:
mode:
authorTimo Sirainen <cras@irssi.org>1999-10-06 16:47:43 +0000
committercras <cras@dbcabf3a-b0e7-0310-adc4-f8d773084564>1999-10-06 16:47:43 +0000
commit95c6a0d9f61f5c0b45baa483cf244600610a61f5 (patch)
tree17f922b3f1b877c47f5472bbe50b88e56c0a82c7 /src/common.h
parentd226c655249660189c618a1e009ddb151536cf67 (diff)
downloadirssi-95c6a0d9f61f5c0b45baa483cf244600610a61f5.zip
libpopt is now distributed with irssi since it's small enough and I got
tired of installing it to every computer when I tried to run irssi.. git-svn-id: http://svn.irssi.org/repos/irssi/trunk@37 dbcabf3a-b0e7-0310-adc4-f8d773084564
Diffstat (limited to 'src/common.h')
-rw-r--r--src/common.h2
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