summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJohn Reiser <jreiser@bitwagon.com>2011-03-15 12:05:36 -0400
committerWilliam Cohen <wcohen@redhat.com>2011-03-15 12:05:36 -0400
commitef5350ff2ac5dee4a993e5deac4354931807e0d9 (patch)
treefbdb33a1c83b646c4a603f490c270c5b6b6bf4fb
parent076026439444c4c1ea0fcd9c9aea4536f4c82f65 (diff)
downloadmemstomp-ef5350ff2ac5dee4a993e5deac4354931807e0d9.tar.gz
memstomp-ef5350ff2ac5dee4a993e5deac4354931807e0d9.tar.xz
memstomp-ef5350ff2ac5dee4a993e5deac4354931807e0d9.zip
Remove unneeded include of malloc.h
-rw-r--r--memstomp.c1
1 files changed, 0 insertions, 1 deletions
diff --git a/memstomp.c b/memstomp.c
index f780fa7..1c0a0f7 100644
--- a/memstomp.c
+++ b/memstomp.c
@@ -37,7 +37,6 @@
#include <unistd.h>
#include <sys/prctl.h>
#include <sched.h>
-#include <malloc.h>
#if !defined (__linux__) || !defined(__GLIBC__)
#error "This stuff only works on Linux!"