Mercurial > pidgin
diff libpurple/plugins/autoaccept.c @ 29236:be31e811cb26
propagate from branch 'im.pidgin.pidgin' (head 37329f033a30f4f4f5048f9fdc86df4400e3ada5)
to branch 'im.pidgin.pidgin.next.minor' (head 41372e88b17179e87ec17daec7e464d413ef69d7)
author | John Bailey <rekkanoryo@rekkanoryo.org> |
---|---|
date | Mon, 09 Nov 2009 00:14:29 +0000 |
parents | 39716f7d2c93 |
children | 5f4329c3eafe |
line wrap: on
line diff
--- a/libpurple/plugins/autoaccept.c Mon Nov 09 00:04:46 2009 +0000 +++ b/libpurple/plugins/autoaccept.c Mon Nov 09 00:14:29 2009 +0000 @@ -28,13 +28,7 @@ /* System headers */ #include <glib.h> -#if GLIB_CHECK_VERSION(2,6,0) -# include <glib/gstdio.h> -#else -# include <sys/types.h> -# include <sys/stat.h> -# define g_mkdir mkdir -#endif +#include <glib/gstdio.h> /* Purple headers */ #include <plugin.h>