aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/i386/memusage.h
diff options
context:
space:
mode:
Diffstat (limited to 'sysdeps/i386/memusage.h')
-rw-r--r--sysdeps/i386/memusage.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/sysdeps/i386/memusage.h b/sysdeps/i386/memusage.h
index c1b047f556..2ad4e9080f 100644
--- a/sysdeps/i386/memusage.h
+++ b/sysdeps/i386/memusage.h
@@ -19,4 +19,4 @@
#define GETSP() ({ register uintptr_t stack_ptr asm ("esp"); stack_ptr; })
#define GETTIME(low,high) asm ("rdtsc" : "=a" (low), "=d" (high))
-#include <sysdeps/generic/memprof.h>
+#include <sysdeps/generic/memusage.h>