diff options
Diffstat (limited to 'usr/src/lib/libresolv/res_query.c')
-rw-r--r-- | usr/src/lib/libresolv/res_query.c | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/usr/src/lib/libresolv/res_query.c b/usr/src/lib/libresolv/res_query.c index 70d9d8be47..8c8fb792b6 100644 --- a/usr/src/lib/libresolv/res_query.c +++ b/usr/src/lib/libresolv/res_query.c @@ -19,8 +19,9 @@ * * CDDL HEADER END */ + /* - * Copyright 2005 Sun Microsystems, Inc. All rights reserved. + * Copyright 2006 Sun Microsystems, Inc. All rights reserved. * Use is subject to license terms. */ @@ -39,8 +40,7 @@ #pragma ident "%Z%%M% %I% %E% SMI" -#include "synonyms.h" - +#include "c_synonyms.h" #include <sys/param.h> #include <sys/socket.h> #include <netinet/in.h> |