diff --git a/src/xpdev/sockwrap.h b/src/xpdev/sockwrap.h
index 3bbf03e49b192ed31e767f95367105ab80ed5b18..abdaddb2eb1ecb537be11e02350d50e2b558c7f8 100644
--- a/src/xpdev/sockwrap.h
+++ b/src/xpdev/sockwrap.h
@@ -8,7 +8,7 @@
  * @format.tab-size 4		(Plain Text/Source Code File Header)			*
  * @format.use-tabs true	(see http://www.synchro.net/ptsc_hdr.html)		*
  *																			*
- * Copyright 2006 Rob Swindell - http://www.synchro.net/copyright.html		*
+ * Copyright 2007 Rob Swindell - http://www.synchro.net/copyright.html		*
  *																			*
  * This library is free software; you can redistribute it and/or			*
  * modify it under the terms of the GNU Lesser General Public License		*
@@ -197,5 +197,8 @@ int 	retry_bind(SOCKET s, const struct sockaddr *addr, socklen_t addrlen
 #ifndef IPPORT_POP3
 #define IPPORT_POP3		110
 #endif
+#ifndef IPPORT_IDENT
+#define IPPORT_IDENT	113
+#endif
 
 #endif	/* Don't add anything after this line */