diff options
Diffstat (limited to 'include/mp.h')
-rw-r--r-- | include/mp.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/include/mp.h b/include/mp.h index ae2fe19..125ad80 100644 --- a/include/mp.h +++ b/include/mp.h @@ -122,7 +122,7 @@ extern char *index(), *rindex(), *strdup(); #endif /* mp_main.c */ -#if defined(hpux) || defined(__SVR4) +#if defined(hpux) || defined(__SVR4) && !defined(sun) /* HPUX 10.20 declares int usleep( useconds_t useconds); */ # ifndef HPUX10 extern void usleep __P((int usec)); |