diff options
Diffstat (limited to 'sysdeps/unix/sysv')
-rw-r--r-- | sysdeps/unix/sysv/solaris2/kopensolaris-gnu/futimes.c | 2 | ||||
-rw-r--r-- | sysdeps/unix/sysv/solaris2/kopensolaris-gnu/ptsname.c | 2 |
2 files changed, 2 insertions, 2 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 diff --git a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/ptsname.c b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/ptsname.c index 7ec30529ad..c3d268b499 100644 --- a/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/ptsname.c +++ b/sysdeps/unix/sysv/solaris2/kopensolaris-gnu/ptsname.c @@ -23,7 +23,7 @@ #include <sys/ioctl.h> #include <unistd.h> #include <string.h> -#include <stdio-common/_itoa.h> +#include <_itoa.h> #include <errno.h> #include <sys/ptms.h> #include <streams/stropts.h> |