From 9232ed304851b268f36d401cf3f56b5e481f2945 Mon Sep 17 00:00:00 2001 From: g0dil <g0dil@wiback.org> Date: Tue, 4 Sep 2007 10:11:24 +0000 Subject: [PATCH] Fix stupid typo in previous commit --- Socket/Protocols/INet/INet4Address.cc | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Socket/Protocols/INet/INet4Address.cc b/Socket/Protocols/INet/INet4Address.cc index 5d503092d..2bc919881 100644 --- a/Socket/Protocols/INet/INet4Address.cc +++ b/Socket/Protocols/INet/INet4Address.cc @@ -31,7 +31,7 @@ #include <netdb.h> #include <sys/socket.h> #include <boost/lexical_cast.hpp> -#ifd defined(_REENTRANT) && !defined(__GLIBC__) +#if defined(_REENTRANT) && !defined(__GLIBC__) #include <boost/thread/mutex.hpp> #endif -- GitLab