|
@@ -23,6 +23,7 @@
|
|
|
#include <linux/swap.h>
|
|
|
#include <linux/slab.h>
|
|
|
#include <linux/sysctl.h>
|
|
|
+#include <linux/signal.h>
|
|
|
#include <linux/proc_fs.h>
|
|
|
#include <linux/security.h>
|
|
|
#include <linux/ctype.h>
|
|
@@ -65,7 +66,6 @@
|
|
|
#if defined(CONFIG_SYSCTL)
|
|
|
|
|
|
/* External variables not in a header file. */
|
|
|
-extern int print_fatal_signals;
|
|
|
extern int sysctl_overcommit_memory;
|
|
|
extern int sysctl_overcommit_ratio;
|
|
|
extern int sysctl_panic_on_oom;
|