~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to plugin/heap/hp_open.cc

Merge Monty

Show diffs side-by-side

added added

removed removed

Lines of Context:
18
18
#include "heap_priv.h"
19
19
 
20
20
#include <string.h>
 
21
#include <cstdlib>
21
22
 
22
23
using namespace std;
23
24