Skip to content

Commit

Permalink
fix ipv6 detection to not fail in g++ for wrong reasons
Browse files Browse the repository at this point in the history
  • Loading branch information
NotFound committed Jan 26, 2011
1 parent 56bbca1 commit 4af2095
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions config/auto/ipv6/test.in
Expand Up @@ -14,6 +14,7 @@ Copyright (C) 2010, Parrot Foundation.

#include <stdio.h>
#include <stdlib.h>
#include <string.h>

int main(int argc, char *argv[]) {
#ifdef _WIN32
Expand Down

0 comments on commit 4af2095

Please sign in to comment.