comparison mcabber/src/hbuf.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 c65b71dcda94
children a75f7a13df7b
comparison
equal deleted inserted replaced
923:2647b2078cc8 924:a07bd351008b
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307
19 * USA 19 * USA
20 */ 20 */
21 21
22 #define _GNU_SOURCE /* We need glibc for strptime */
23 #include <string.h> 22 #include <string.h>
24 23
25 #include "hbuf.h" 24 #include "hbuf.h"
26 #include "utils.h" 25 #include "utils.h"
27 26