diff options
Diffstat (limited to 'lldb/source/Host/common/UDPSocket.cpp')
-rw-r--r-- | lldb/source/Host/common/UDPSocket.cpp | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/lldb/source/Host/common/UDPSocket.cpp b/lldb/source/Host/common/UDPSocket.cpp index 7accbb651ba9..0a991c33645b 100644 --- a/lldb/source/Host/common/UDPSocket.cpp +++ b/lldb/source/Host/common/UDPSocket.cpp @@ -11,7 +11,7 @@ #include "lldb/Host/Config.h" #include "lldb/Utility/Log.h" -#ifndef LLDB_DISABLE_POSIX +#if LLDB_ENABLE_POSIX #include <arpa/inet.h> #include <sys/socket.h> #endif |