MFH: fix compile warning on Solaris, getloadavg() is in sys/loadavg.h there

This commit is contained in:
Antony Dovgal 2006-07-26 08:57:44 +00:00
parent 206ec1a06b
commit a0371df33f
2 changed files with 5 additions and 0 deletions

View file

@ -78,6 +78,10 @@ typedef struct yy_buffer_state *YY_BUFFER_STATE;
# include <sys/mman.h>
#endif
#if HAVE_SYS_LOADAVG_H
# include <sys/loadavg.h>
#endif
#ifdef HARTMUT_0
#include <getopt.h>
#endif