include stdlib.h for calloc

This commit is contained in:
Kaori Hagihara 2011-10-13 20:00:19 +00:00
parent 2d39e5d7a5
commit 5c88c1376c
1 changed files with 1 additions and 0 deletions

View File

@ -39,6 +39,7 @@
#include <stdio.h>
#include <string.h>
#include <stdlib.h>
#include "query_parser.h"
#ifdef SERVER