Mercurial > pidgin
comparison src/html.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 | 2fe660574083 |
| children | 117e9f0950b6 |
comparison
equal
deleted
inserted
replaced
| 2089:bb1ddaaf0d26 | 2090:b66aca8e8dce |
|---|---|
| 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA | 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA |
| 19 * | 19 * |
| 20 */ | 20 */ |
| 21 | 21 |
| 22 #ifdef HAVE_CONFIG_H | 22 #ifdef HAVE_CONFIG_H |
| 23 #include "../config.h" | 23 #include <config.h> |
| 24 #endif | 24 #endif |
| 25 #include <string.h> | 25 #include <string.h> |
| 26 #include <stdio.h> | 26 #include <stdio.h> |
| 27 #include <stdlib.h> | 27 #include <stdlib.h> |
| 28 #include <sys/time.h> | 28 #include <sys/time.h> |
