diff options
Diffstat (limited to 'lib-src')
| -rw-r--r-- | lib-src/movemail.c | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/lib-src/movemail.c b/lib-src/movemail.c index 1676e414e1d..7db92557637 100644 --- a/lib-src/movemail.c +++ b/lib-src/movemail.c | |||
| @@ -71,6 +71,10 @@ the Free Software Foundation, 675 Mass Ave, Cambridge, MA 02139, USA. */ | |||
| 71 | #endif | 71 | #endif |
| 72 | #endif /* USG */ | 72 | #endif /* USG */ |
| 73 | 73 | ||
| 74 | #ifdef HAVE_UNISTD_H | ||
| 75 | #include <unistd.h> | ||
| 76 | #endif | ||
| 77 | |||
| 74 | #ifdef XENIX | 78 | #ifdef XENIX |
| 75 | #include <sys/locking.h> | 79 | #include <sys/locking.h> |
| 76 | #endif | 80 | #endif |