Fix stupid typo in previous commit
g0dil [Tue, 4 Sep 2007 10:11:24 +0000 (10:11 +0000)]
git-svn-id: https://svn.berlios.de/svnroot/repos/senf/trunk@430 270642c3-0616-0410-b53a-bc976706d245

Socket/Protocols/INet/INet4Address.cc

index 5d50309..2bc9198 100644 (file)
@@ -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