fixed mccontrol.c:309: warning: implicit declaration of function `getpid'

This commit is contained in:
zolliker
2005-08-24 09:10:47 +00:00
parent 15f8b69bc3
commit 020f73e01c

View File

@ -13,6 +13,7 @@
#include <tcl.h> #include <tcl.h>
#include <time.h> #include <time.h>
#include <fcntl.h> #include <fcntl.h>
#include <unistd.h>
#include "stringdict.h" #include "stringdict.h"
#include "mccontrol.h" #include "mccontrol.h"
/*========================= life and death ==================================*/ /*========================= life and death ==================================*/