include unistd.h for isatty

This commit is contained in:
Doug MacEachern 2005-07-21 04:39:35 +00:00
parent f1b13601a2
commit a7b4acb4bb
1 changed files with 1 additions and 0 deletions

View File

@ -11,6 +11,7 @@
#include <errno.h>
#include <sys/types.h>
#include <stdlib.h>
#include <unistd.h>
#endif
#include "javasigar_generated.h"