# HG changeset patch # User Sadrul Habib Chowdhury <imadil@gmail.com> # Date 1151351693 0 # Node ID 765bbdf29d047feda9a49dbed21d896f76fe97e2 # Parent 1a862fb5e713beef560a5104d7c9c4a3e3bd1bde [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> diff -r 1a862fb5e713 -r 765bbdf29d04 console/gntblist.c --- 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"