This commit is contained in:
Daniel Stenberg 2005-11-12 22:12:42 +00:00
parent a5da1219bb
commit 9ef7a13403
1 changed files with 1 additions and 1 deletions

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;
}