~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to storage/myisam/list.cc

Merged list removal from Padraig.

Show diffs side-by-side

added added

removed removed

Lines of Context:
17
17
  Code for handling dubble-linked lists in C
18
18
*/
19
19
 
20
 
#include "mysys_priv.h"
 
20
#include <mysys/mysys_priv.h>
21
21
#include "my_list.h"
22
22
 
23
23
#include <stdlib.h>