diff options
author | Igor Pashev <pashev.igor@gmail.com> | 2013-05-27 23:35:35 +0400 |
---|---|---|
committer | Igor Pashev <pashev.igor@gmail.com> | 2013-05-27 23:35:35 +0400 |
commit | 18715ea0f80c89b32499e38d8fd28f65b9dc331f (patch) | |
tree | 03ec0f55c1546911a7fdc383e2309e0e4cc0e472 /sysdeps/unix/sysv/solaris2/kopensolaris-gnu/futimes.c | |
parent | f7e01c1556e05329a062bd78af4e2fd1396ab8ea (diff) | |
download | glibc-18715ea0f80c89b32499e38d8fd28f65b9dc331f.tar.gz |
Use _itoa.h instead of stdio-common/_itoa.h
Diffstat (limited to 'sysdeps/unix/sysv/solaris2/kopensolaris-gnu/futimes.c')
-rw-r--r-- | sysdeps/unix/sysv/solaris2/kopensolaris-gnu/futimes.c | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/futimes.c b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/futimes.c index da751ddaeb..6a1eeffd77 100644 --- a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/futimes.c +++ b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/futimes.c @@ -26,7 +26,7 @@ #include <time.h> #include <utime.h> #include <sys/time.h> -#include <stdio-common/_itoa.h> +#include <_itoa.h> #include <fcntl.h> /* Change the access time of the file associated with FD to TVP[0] and |