Include <sys/types.h> (needed in future because of <sys/resource.h>)

This commit is contained in:
pk 1993-12-02 19:52:01 +00:00
parent ded6c495f2
commit 8ba2ec6a06
2 changed files with 4 additions and 2 deletions

View File

@ -39,9 +39,10 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)nice.c 5.4 (Berkeley) 6/1/90";*/
static char rcsid[] = "$Id: nice.c,v 1.7 1993/11/19 20:07:13 jtc Exp $";
static char rcsid[] = "$Id: nice.c,v 1.8 1993/12/02 19:52:01 pk Exp $";
#endif /* not lint */
#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <stdio.h>

View File

@ -39,9 +39,10 @@ char copyright[] =
#ifndef lint
/*static char sccsid[] = "from: @(#)renice.c 5.3 (Berkeley) 6/1/90";*/
static char rcsid[] = "$Id: renice.c,v 1.2 1993/08/01 18:09:34 mycroft Exp $";
static char rcsid[] = "$Id: renice.c,v 1.3 1993/12/02 19:52:15 pk Exp $";
#endif /* not lint */
#include <sys/types.h>
#include <sys/time.h>
#include <sys/resource.h>
#include <stdio.h>