]> git.ipfire.org Git - thirdparty/gettext.git/commitdiff
Fix undef error count symbol error on OSX
authorAndreas Stricker <astricker@futurelab.ch>
Wed, 9 Jan 2013 16:37:48 +0000 (17:37 +0100)
committerDaiki Ueno <ueno@gnu.org>
Thu, 10 Jan 2013 03:17:02 +0000 (12:17 +0900)
Without including error.h the symbol error_message_count is used
instead of rpl_error_message_count during linking in gettext-tools.

gettext-tools/src/ChangeLog
gettext-tools/src/po-xerror.c
gettext-tools/src/read-catalog-abstract.c

index fc37e3fc671ab8e29b408b56394a3907d5ec3587..68da6a60768f63ce2aa4ff4c54f41a6163a49fd6 100644 (file)
@@ -1,3 +1,8 @@
+2013-01-09  Andreas Stricker  <astricker@futurelab.ch>  (tiny change)
+
+       * po-xerror.c: Include error.h for error_message_count.
+       * read-catalog-abstract.c: Likewise.
+
 2013-01-06  Daiki Ueno  <ueno@gnu.org>
 
        * msgl-fsearch.c (message_fuzzy_index_ty): Don't use float-derived
index 3456484d6214e8089816d6963d671b677a6360d2..8a889d8154208d9a4a5640ead8d2b502a5cd0192 100644 (file)
@@ -32,6 +32,7 @@
 #include "error-progname.h"
 #include "xalloc.h"
 #include "xerror.h"
+#include "error.h"
 #include "xvasprintf.h"
 #include "po-error.h"
 #include "gettext.h"
index fa932d4d3df4053046e50a9725ddefc3d0dbee4e..cb713dce3a8a5805ce9b01a4ea64031d0d68f5c5 100644 (file)
@@ -31,6 +31,7 @@
 #include "xalloc.h"
 #include "xvasprintf.h"
 #include "po-xerror.h"
+#include "error.h"
 #include "gettext.h"
 
 /* Local variables.  */