comparison console/gntblist.c @ 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 5642f4658b59
children eac18261c6f0
comparison
equal deleted inserted replaced
13876:1a862fb5e713 13877:765bbdf29d04
1 #include <gaim/account.h> 1 #include <account.h>
2 #include <gaim/blist.h> 2 #include <blist.h>
3 #include <server.h>
3 #include <signal.h> 4 #include <signal.h>
4 #include <gaim/util.h> 5 #include <util.h>
5 #include <gaim/server.h>
6 6
7 #include "gntgaim.h" 7 #include "gntgaim.h"
8 #include "gntbox.h" 8 #include "gntbox.h"
9 #include "gnttree.h" 9 #include "gnttree.h"
10 10