~drizzle-trunk/drizzle/development

« back to all changes in this revision

Viewing changes to mysys/my_time.h

  • Committer: Brian Aker
  • Date: 2009-10-15 18:32:22 UTC
  • mfrom: (1130.3.47 memory-file-moves)
  • Revision ID: brian@gaz-20091015183222-n79fjde41epz9u6g
Merge memory

Show diffs side-by-side

added added

removed removed

Lines of Context:
23
23
  declarations for my_time.c
24
24
*/
25
25
 
26
 
#ifndef _libdrizzle_my_time_h_
27
 
#define _libdrizzle_my_time_h_
 
26
#ifndef MYSYS_MY_TIME_H
 
27
#define MYSYS_MY_TIME_H
28
28
 
29
 
#include <drizzled/global.h>
30
29
#include "drizzle_time.h"
31
30
 
32
31
#ifdef __cplusplus
159
158
}
160
159
#endif
161
160
 
162
 
#endif /* _libdrizzle_my_time_h_ */
 
161
#endif /* MYSYS_MY_TIME_H */