1
0
mirror of https://sourceware.org/git/glibc.git synced 2025-07-30 22:43:12 +03:00
2001-03-21  Jes Sorensen  <jes@linuxcare.com>

	* sysdeps/unix/sysv/linux/ia64/makecontext.c: Include libintl.h
	for internationalized printfs to work.
This commit is contained in:
Ulrich Drepper
2001-03-21 21:35:28 +00:00
parent e686e1a17f
commit 313e5fb3da
3 changed files with 7 additions and 1 deletions

View File

@ -17,6 +17,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
#include <libintl.h>
#include <stdarg.h>
#include <stdio.h>
#include <stdlib.h>