comparison mcabber/src/jabglue.c @ 924:a07bd351008b

Move _GNU_SOURCE define to the Makefile (Reimar Döffinger)
author Mikael Berthe <mikael@lilotux.net>
date Sun, 02 Jul 2006 22:54:18 +0200
parents b41684465283
children 12fa2ae6445d
comparison
equal deleted inserted replaced
923:2647b2078cc8 924:a07bd351008b
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 */
25 #include "../libjabber/jabber.h" 24 #include "../libjabber/jabber.h"
26 #include "jabglue.h" 25 #include "jabglue.h"
27 #include "jab_priv.h" 26 #include "jab_priv.h"
28 #include "roster.h" 27 #include "roster.h"
29 #include "screen.h" 28 #include "screen.h"