Restored used include of <sys/systm.h>. -Wmissing-prototypes doesn't work
for builtin functions.
This commit is contained in:
parent
0dfcd4a9c4
commit
07f6cad7a0
@ -23,14 +23,16 @@
|
||||
* any improvements or extensions that they make and grant Carnegie the
|
||||
* rights to redistribute these changes.
|
||||
*
|
||||
* $Id: db_examine.c,v 1.23 1998/07/08 06:27:22 bde Exp $
|
||||
* $Id: db_examine.c,v 1.24 1998/07/08 10:53:47 bde Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
* Author: David B. Golub, Carnegie Mellon University
|
||||
* Date: 7/90
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
#include <ddb/ddb.h>
|
||||
|
||||
|
@ -23,7 +23,7 @@
|
||||
* any improvements or extensions that they make and grant Carnegie the
|
||||
* rights to redistribute these changes.
|
||||
*
|
||||
* $Id: db_variables.c,v 1.15 1998/06/07 17:09:38 dfr Exp $
|
||||
* $Id: db_variables.c,v 1.16 1998/07/08 09:11:39 bde Exp $
|
||||
*/
|
||||
|
||||
/*
|
||||
@ -32,6 +32,7 @@
|
||||
*/
|
||||
|
||||
#include <sys/param.h>
|
||||
#include <sys/systm.h>
|
||||
|
||||
#include <ddb/ddb.h>
|
||||
#include <ddb/db_lex.h>
|
||||
|
Loading…
x
Reference in New Issue
Block a user