Commit 9ef7a134 authored by Daniel Stenberg's avatar Daniel Stenberg
Browse files

oops

parent a5da1219
Loading
Loading
Loading
Loading
+1 −1
Original line number Diff line number Diff line
@@ -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;
}