diff mcabber/src/main.c @ 149:9f74832eb4f8

[/trunk] Changeset 161 by mikael * Do not show message flag for unfolded groups. * Add _GNU_SOURCE to main.c, for the getline() prototype...
author mikael
date Sat, 30 Apr 2005 23:06:42 +0000
parents 250f872c722f
children b69c0b7a23e3
line wrap: on
line diff
--- a/mcabber/src/main.c	Sat Apr 30 22:45:00 2005 +0000
+++ b/mcabber/src/main.c	Sat Apr 30 23:06:42 2005 +0000
@@ -1,3 +1,4 @@
+#define _GNU_SOURCE
 #include <stdio.h>
 #include <stdlib.h>
 #include <unistd.h>