Mercurial > pidgin
comparison src/browser.c @ 2090:b66aca8e8dce
[gaim-migrate @ 2100]
change ../config.h to <config.h> because that's better. change from GdkInput functions to GaimInput for reasons mentioned elsewhere.
committer: Tailor Script <tailor@pidgin.im>
| author | Eric Warmenhoven <eric@warmenhoven.org> |
|---|---|
| date | Tue, 31 Jul 2001 23:23:40 +0000 |
| parents | 824dc84315c7 |
| children | 33a3b6b903d9 |
comparison
equal
deleted
inserted
replaced
| 2089:bb1ddaaf0d26 | 2090:b66aca8e8dce |
|---|---|
| 26 * | 26 * |
| 27 */ | 27 */ |
| 28 | 28 |
| 29 | 29 |
| 30 #ifdef HAVE_CONFIG_H | 30 #ifdef HAVE_CONFIG_H |
| 31 #include "../config.h" | 31 #include <config.h> |
| 32 #endif | 32 #endif |
| 33 #include <stdio.h> | 33 #include <stdio.h> |
| 34 #include <stdlib.h> | 34 #include <stdlib.h> |
| 35 #include <unistd.h> | 35 #include <unistd.h> |
| 36 #include <string.h> | 36 #include <string.h> |
