~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/gearman_udf/function_map.cc

  • Committer: Monty Taylor
  • Date: 2010-06-15 16:57:34 UTC
  • Revision ID: mordred@inaugust.com-20100615165734-qwi2zijn86510fiw
Added include.

Show diffs side-by-side

added added

removed removed

Lines of Context:
14
14
   Foundation, Inc., 51 Franklin St, Fifth Floor, Boston, MA  02110-1301  USA */
15
15
 
16
16
#include "function_map.h"
 
17
#include <libgearman/client.h>
17
18
#include <string.h>
18
19
#include <stdlib.h>
19
20