version 0.2.13
[fms.git] / src / freenet / captcha / simplecaptcha.cpp
index c84010f..7539f80 100644 (file)
@@ -3,6 +3,8 @@
 #include "../../../include/freenet/captcha/easybmp/EasyBMP_Font.h"\r
 #include "../../../include/freenet/captcha/easybmp/EasyBMP_Geometry.h"\r
 \r
+#include <cstdlib>\r
+\r
 #ifdef XMEM\r
        #include <xmem.h>\r
 #endif\r
@@ -10,7 +12,7 @@
 void SimpleCaptcha::Generate()\r
 {\r
        BMP bmp;\r
-       int bmpwidth=100;\r
+       int bmpwidth=110;\r
        int bmpheight=50;\r
        RGBApixel lettercols[5];\r
        std::string puzzlestring;\r