2007-04-17 Jeffrey Stedfast <fejj@gnome.org>
[mono.git] / eglib / test / test.c
index d9da87180b9606425c16d6548d90fc4b97afacca..355d00b117af45765f2039269b7794f5cdcee986 100644 (file)
@@ -26,9 +26,9 @@
  * WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
  */
 
-#define _GNU_SOURCE
 #include <stdlib.h>
 #include <stdio.h>
+#include <string.h>
 #include <stdarg.h>
 #include <sys/time.h>
 #include <glib.h>
@@ -78,6 +78,7 @@ run_group(Group *group, gint iterations, gboolean quiet,
                gchar *result;
                gboolean iter_pass, run;
        
+               iter_pass = FALSE;
                if(tests_to_run != NULL) {
                        gint j;
                        run = FALSE;