1
0
mirror of https://github.com/moparisthebest/curl synced 2024-12-21 15:48:49 -05:00
This commit is contained in:
Daniel Stenberg 2005-11-12 22:12:42 +00:00
parent a5da1219bb
commit 9ef7a13403

View File

@ -25,7 +25,7 @@
#include "setup.h"
#ifndef HAVE_STRUCT_SOCKADDR_STORAGE
#ifdef HAVE_STRUCT_SOCKADDR_STORAGE
struct Curl_sockaddr_storage {
struct sockaddr_storage buffer;
}