]> git.meshlink.io Git - meshlink/blobdiff - lib/xmalloc.c
Releasing 1.0.11.
[meshlink] / lib / xmalloc.c
index 83c57932496219e529a39067480e3816986c2f15..4e79aff98ea0c7d6abe8df170de91ada67d96f34 100644 (file)
@@ -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;