diff --git a/ares/nameser.h b/ares/nameser.h
index 9a2a6693cc3bc4c99dacec68393ced3ad788e5df..7127c26402a40a0bce9bfe7c9b24d6cf320d34f4 100644
--- a/ares/nameser.h
+++ b/ares/nameser.h
@@ -1,3 +1,5 @@
+/* $Id$ */
+
 #ifndef ARES_NAMESER_H
 #define ARES_NAMESER_H
 
@@ -16,7 +18,7 @@
 
 #define EINPROGRESS WSAEINPROGRESS
 #define EWOULDBLOCK WSAEWOULDBLOCK
-#define EMSGSIZE WSAEMSGSIZE
+#define EMSGSIZE     WSAEMSGSIZE
 #define EAFNOSUPPORT WSAEAFNOSUPPORT
 
 /* Structure for scatter/gather I/O.  */