missing.h 369 B

12345678910111213
  1. /* headers that should have been included by various salmon
  2. source files. */
  3. #include <time.h>
  4. #include <ctype.h>
  5. #include <string.h>
  6. #include <sys/types.h>
  7. #include <sys/wait.h>
  8. /* prototypes for salmon's internal functions. these really
  9. should have been included in the source... */
  10. void get_phase(time_t the_time, char char_buf[20]);
  11. void open_meminfo(void);