[Groonga-commit] groonga/groonga [master] add missing stdlib.h include for atoi().

Back to archive index

null+****@clear***** null+****@clear*****
2011年 4月 10日 (日) 18:27:48 JST


Kouhei Sutou	2011-04-10 09:27:48 +0000 (Sun, 10 Apr 2011)

  New Revision: 7562a5817043709cc95b9d5ce07c087a5eec2d35

  Log:
    add missing stdlib.h include for atoi().

  Modified files:
    src/suggest/util.c

  Modified: src/suggest/util.c (+1 -0)
===================================================================
--- src/suggest/util.c    2011-04-07 03:57:31 +0000 (ce36e7b)
+++ src/suggest/util.c    2011-04-10 09:27:48 +0000 (cc6352a)
@@ -15,6 +15,7 @@
   Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
 */
 #include <stdio.h>
+#include <stdlib.h>
 #include <string.h>
 #include <stdint.h>
 #include <stdarg.h>




Groonga-commit メーリングリストの案内
Back to archive index