cf1f79d0c4
Submitted by Jim Geovedi <jim@corebsd.or.id>. getxml is an XML internationalization tool; it is comprised of getxml-extract (makes the header for the gettext tool) and getxml-merge (merges XML and po files).
13 lines
364 B
Plaintext
13 lines
364 B
Plaintext
$OpenBSD: patch-src_getxml-extract_c,v 1.1.1.1 2002/12/04 14:29:58 naddy Exp $
|
|
--- src/getxml-extract.c.orig Wed Dec 4 15:23:02 2002
|
|
+++ src/getxml-extract.c Wed Dec 4 15:23:30 2002
|
|
@@ -44,6 +44,8 @@
|
|
* Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
|
|
*/
|
|
|
|
+#include <string.h>
|
|
+
|
|
#ifdef HAVE_CONFIG_H
|
|
# include <config.h>
|
|
#endif
|