summaryrefslogtreecommitdiff
path: root/sysdeps/mach/_strerror.c
diff options
context:
space:
mode:
authorRoland McGrath <roland@gnu.org>1999-07-21 16:46:32 +0000
committerRoland McGrath <roland@gnu.org>1999-07-21 16:46:32 +0000
commit6818bcaef77f8c1082a18bdb9e0626cd188ae87b (patch)
tree4db45458c25ccd6f83e8aa66a4b38a4a4312e8a4 /sysdeps/mach/_strerror.c
parent580345725c57c4f339bbac9dd4137a8f17c9a88a (diff)
1999-07-20 Mark Kettenis <kettenis@gnu.org>
* sysdeps/mach/_strerror.c: Include <libintl.h>.
Diffstat (limited to 'sysdeps/mach/_strerror.c')
-rw-r--r--sysdeps/mach/_strerror.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/sysdeps/mach/_strerror.c b/sysdeps/mach/_strerror.c
index 5be7d272a8..7b1599492a 100644
--- a/sysdeps/mach/_strerror.c
+++ b/sysdeps/mach/_strerror.c
@@ -16,6 +16,7 @@
write to the Free Software Foundation, Inc., 59 Temple Place - Suite 330,
Boston, MA 02111-1307, USA. */
+#include <libintl.h>
#include <stdio.h>
#include <string.h>
#include <mach/error.h>