Mercurial > pidgin
changeset 13877:765bbdf29d04
[gaim-migrate @ 16354]
Paco-Paco spake unto me the following wisdom:
sadrul: your console UI looks for gaim/*.h, but uses pkg-config --cflags gaim, which returns include/gaim
I have fixed it by changing the #include-s.
committer: Tailor Script <tailor@pidgin.im>
author | Sadrul Habib Chowdhury <imadil@gmail.com> |
---|---|
date | Mon, 26 Jun 2006 19:54:53 +0000 |
parents | 1a862fb5e713 |
children | 0d0ab1e39d0a |
files | console/gntblist.c |
diffstat | 1 files changed, 4 insertions(+), 4 deletions(-) [+] |
line wrap: on
line diff
--- a/console/gntblist.c Mon Jun 26 17:52:26 2006 +0000 +++ b/console/gntblist.c Mon Jun 26 19:54:53 2006 +0000 @@ -1,8 +1,8 @@ -#include <gaim/account.h> -#include <gaim/blist.h> +#include <account.h> +#include <blist.h> +#include <server.h> #include <signal.h> -#include <gaim/util.h> -#include <gaim/server.h> +#include <util.h> #include "gntgaim.h" #include "gntbox.h"