Fix stupid typo in previous commit
[senf.git] / 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