diff options
Diffstat (limited to 'sysdeps/generic/bp-thunks.h')
-rw-r--r-- | sysdeps/generic/bp-thunks.h | 5 |
1 files changed, 2 insertions, 3 deletions
diff --git a/sysdeps/generic/bp-thunks.h b/sysdeps/generic/bp-thunks.h index 6a00e6b61c..2ac7be5587 100644 --- a/sysdeps/generic/bp-thunks.h +++ b/sysdeps/generic/bp-thunks.h @@ -1,10 +1,8 @@ /* Bounded-pointer syscall thunk support. Copyright (C) 2000 Free Software Foundation, Inc. + This file is part of the GNU C Library. Contributed by Greg McGary <greg@mcgary.org> - This file is part of the GNU C Library. Its master source is NOT part of - the C library, however. The master source lives in the GNU MP Library. - The GNU C Library is free software; you can redistribute it and/or modify it under the terms of the GNU Library General Public License as published by the Free Software Foundation; either version 2 of the @@ -43,6 +41,7 @@ #include <fcntl.h> #include <time.h> #include <utime.h> +#include <stdio.h> #include <sys/types.h> #include <sys/ioctl.h> |