included missing intl.h
authorThorsten Maerz <torte@netztorte.de>
Fri, 16 May 2003 20:54:30 +0000 (20:54 +0000)
committerThorsten Maerz <torte@netztorte.de>
Fri, 16 May 2003 20:54:30 +0000 (20:54 +0000)
ChangeLog.claws
configure.ac
src/plugins/demo/demo.c

index 11100c6d030c6b374fe247a3e6cffca3fba9e5b1..114ab3307d2541e4ee7f2a50bfba093da5bc4d75 100644 (file)
@@ -1,3 +1,8 @@
+2003-05-16 [thorsten]  0.8.11claws158
+
+       * src/plugins/demo.c
+               included missing intl.h
+
 2003-05-16 [paul]      0.8.11claws157
 
        * po/POTFILES.in
index f2c66fb873dcc584ce57fac0e7e7d6bde7ec04e7..01ebb18ba2f71a18df96e61ee0abdba45cefc857 100644 (file)
@@ -11,7 +11,7 @@ MINOR_VERSION=8
 MICRO_VERSION=11
 INTERFACE_AGE=0
 BINARY_AGE=0
-EXTRA_VERSION=claws157
+EXTRA_VERSION=claws158
 VERSION=$MAJOR_VERSION.$MINOR_VERSION.$MICRO_VERSION$EXTRA_VERSION
 
 dnl set $target
index 371ce0187ebf675770265f96f80df6bd5d07faf8..3f07060e71ad4806c9c41483993480349f91cbe1 100644 (file)
@@ -17,6 +17,7 @@
  * Foundation, Inc., 59 Temple Place - Suite 330, Boston, MA 02111-1307, USA.
  */
 
+#include "intl.h"
 #include "plugin.h"
 #include "utils.h"
 #include "hooks.h"