From 6aa95e87c1f259589ff9c7812707e4b30b8f6fd7 Mon Sep 17 00:00:00 2001 From: "Richard W.M. Jones" Date: Mon, 30 Apr 2012 16:23:05 +0100 Subject: Remove "convenience header" "gettext.h" and use instead. gettextize provides a local file called "gettext.h". Remove this and use from glibc headers instead. Most of this change is mechanical: #include in every C file which uses any gettext function. But also we remove the gettext.h file, and adjust the "_" macros. Note that this effectively removes the ./configure --disable-nls option, although we don't know if that ever worked. --- fish/prep_disk.c | 1 + 1 file changed, 1 insertion(+) (limited to 'fish/prep_disk.c') diff --git a/fish/prep_disk.c b/fish/prep_disk.c index 055b36f4..1caee5f0 100644 --- a/fish/prep_disk.c +++ b/fish/prep_disk.c @@ -23,6 +23,7 @@ #include #include #include +#include #include "fish.h" #include "prepopts.h" -- cgit