X-Git-Url: https://www.tinc-vpn.org/git/browse?p=tinc;a=blobdiff_plain;f=lib%2Fxmalloc.c;h=4e79aff98ea0c7d6abe8df170de91ada67d96f34;hp=83c57932496219e529a39067480e3816986c2f15;hb=87364c16564c897b1a2d306615804d68ea5a9ba1;hpb=ab7c61b06f6c6e991225f2fcc32d02b8e1084aee diff --git a/lib/xmalloc.c b/lib/xmalloc.c index 83c57932..4e79aff9 100644 --- a/lib/xmalloc.c +++ b/lib/xmalloc.c @@ -34,7 +34,7 @@ void *realloc (); void free (); #endif -#include "gettext.h" +#include "dropin.h" #include "xalloc.h" #ifndef EXIT_FAILURE @@ -53,7 +53,7 @@ void *xrealloc (void *p, size_t n); int xalloc_exit_failure = EXIT_FAILURE; /* FIXME: describe */ -char *const xalloc_msg_memory_exhausted = N_("Memory exhausted"); +char *const xalloc_msg_memory_exhausted = "Memory exhausted"; /* FIXME: describe */ void (*xalloc_fail_func) (int) = 0;