From 410828e47a70317c39ef4ac1192d467a1cd0d48f Mon Sep 17 00:00:00 2001 From: Ulrich Drepper Date: Sun, 12 Dec 2004 21:06:37 +0000 Subject: Update. 2004-12-12 Ulrich Drepper * elf/dl-load.c (_dl_map_object_from_fd): Fix computation of mapping start. It must take the actual pagesize into account, not the alignment in the file. --- linuxthreads/internals.h | 1 + 1 file changed, 1 insertion(+) (limited to 'linuxthreads/internals.h') diff --git a/linuxthreads/internals.h b/linuxthreads/internals.h index b35a430..6050217 100644 --- a/linuxthreads/internals.h +++ b/linuxthreads/internals.h @@ -21,6 +21,7 @@ #include #include +#include #include #include #include -- cgit v1.1