Removed no prototype of kill() warning.

This commit is contained in:
Joel Sherrill
2000-01-14 18:37:30 +00:00
parent 318e23baae
commit 4d1af2095e
2 changed files with 4 additions and 0 deletions

View File

@@ -21,6 +21,8 @@
#include <errno.h>
#include <fcntl.h>
#include <mqueue.h>
#include <sys/types.h>
#include <signal.h>
#include <rtems/system.h>
#include <rtems/score/watchdog.h>