#ifndef _XMP_OS2_UNISTD_H
#define _XMP_OS2_UNISTD_H
#include <io.h> /* do not want Watcom unistd.h */
void usleep (unsigned long usec);
#endif