comparison mcabber/src/jabglue.c @ 237:c8df64f43625

[/trunk] Changeset 250 by mikael * Kill some more warnings + Try to solve strptime prototype declaration warning
author mikael
date Fri, 10 Jun 2005 19:26:34 +0000
parents 193c08454aac
children 8584f919d9b9
comparison
equal deleted inserted replaced
236:72fd1273f2b7 237:c8df64f43625
19 * along with this program; if not, write to the Free Software 19 * along with this program; if not, write to the Free Software
20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 20 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
21 * USA 21 * USA
22 */ 22 */
23 23
24 #define _GNU_SOURCE /* We need glibc for strptime */
24 #include "../libjabber/jabber.h" 25 #include "../libjabber/jabber.h"
25 #include "jabglue.h" 26 #include "jabglue.h"
26 #include "roster.h" 27 #include "roster.h"
27 #include "screen.h" 28 #include "screen.h"
28 #include "hooks.h" 29 #include "hooks.h"