~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to drizzled/internal/my_sys.h

Refactor

Show diffs side-by-side

added added

removed removed

Lines of Context:
20
20
 
21
21
 
22
22
 
23
 
#ifndef DRIZZLED_INTERNAL_MY_SYS_H
24
 
#define DRIZZLED_INTERNAL_MY_SYS_H
 
23
#pragma once
25
24
 
26
25
#ifdef __cplusplus
27
26
# include <cstdio>
48
47
#endif
49
48
#endif                                  /* #ifndef errno */
50
49
 
51
 
#include <drizzled/dynamic_array.h>
52
 
 
53
50
#ifdef HAVE_SYS_MMAN_H 
54
51
#include <sys/mman.h>
55
52
#endif
378
375
} /* namespace internal */
379
376
} /* namespace drizzled */
380
377
 
381
 
#endif /* DRIZZLED_INTERNAL_MY_SYS_H */