Mercurial > pidgin
diff plugins/history.c @ 4202:59751fe608c5
[gaim-migrate @ 4438]
Much needed Makefile.am cleanups. Sorry for the large mass of commit
e-mails, everyone.
These changes should work on older versions of automake and newer versions.
If you do have a problem, let me know, but it should be a smooth transition.
committer: Tailor Script <tailor@pidgin.im>
| author | Christian Hammond <chipx86@chipx86.com> |
|---|---|
| date | Sun, 05 Jan 2003 03:02:55 +0000 |
| parents | 74d27aa5b686 |
| children | cba92ec56248 |
line wrap: on
line diff
--- a/plugins/history.c Sat Jan 04 21:01:32 2003 +0000 +++ b/plugins/history.c Sun Jan 05 03:02:55 2003 +0000 @@ -1,7 +1,12 @@ /* Puts last 4k of log in new conversations a la Everybuddy (and then * stolen by Trillian "Pro") */ +#include "config.h" + +#ifndef GAIM_PLUGINS #define GAIM_PLUGINS +#endif + #include "gaim.h" #include "gtkimhtml.h" #include <sys/stat.h>
