16 lines
352 B
Plaintext
16 lines
352 B
Plaintext
--- clients/olwm/gettext.h.orig 1993-06-29 07:11:46.000000000 +0200
|
|
+++ clients/olwm/gettext.h 2003-12-30 01:31:15.000000000 +0100
|
|
@@ -27,7 +27,11 @@
|
|
#include <stdio.h>
|
|
#include <sys/types.h>
|
|
#include <sys/param.h>
|
|
-
|
|
+
|
|
+#ifndef LC_MESSAGES
|
|
+#define LC_MESSAGES 0
|
|
+#endif
|
|
+
|
|
struct domain_binding {
|
|
char *domain_name;
|
|
char *binding;
|