Index: wget_common.c =================================================================== --- wget_common.c (revision 3333) +++ wget_common.c (revision 3334) @@ -1,3 +1,8 @@ +/* for popen() */ +#define _DEFAULT_SOURCE +#define _BSD_SOURCE + + #include #include #include "wget_common.h"