usr/src/lib/libc/port/gen/strtoimax.c
changeset 1219 f89f56c2d9ac
parent 0 68f95e015346
child 6812 febeba71273d
--- a/usr/src/lib/libc/port/gen/strtoimax.c	Fri Jan 06 10:36:08 2006 -0800
+++ b/usr/src/lib/libc/port/gen/strtoimax.c	Fri Jan 06 13:09:21 2006 -0800
@@ -19,15 +19,15 @@
  *
  * CDDL HEADER END
  */
+
 /*
- * Copyright 2004 Sun Microsystems, Inc.  All rights reserved.
+ * Copyright 2006 Sun Microsystems, Inc.  All rights reserved.
  * Use is subject to license terms.
  */
 
 #pragma ident	"%Z%%M%	%I%	%E% SMI"
 
-#include <sys/feature_tests.h>
-#include "lint.h"
+#include "synonyms.h"
 #include <inttypes.h>
 #include <sys/types.h>
 #include <stdlib.h>