Changeset 812
- Timestamp:
- 05/05/07 11:23:59 (2 years ago)
- Files:
-
- 1.8.2/branches/devel/hdrs/chunk.h (modified) (1 diff)
- 1.8.2/branches/devel/hdrs/mushtype.h (modified) (1 diff)
- 1.8.2/branches/devel/src/timer.c (modified) (1 diff)
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
1.8.2/branches/devel/hdrs/chunk.h
r465 r812 1 /* This must be first, otherwise dbref will be undefined */ 2 #include "attrib.h" 1 /* Must be included after mushtype.h to get dbref typedef */ 3 2 4 3 #ifndef _CHUNK_H_ 1.8.2/branches/devel/hdrs/mushtype.h
r523 r812 2 2 #define MUSH_TYPES_H 3 3 #include "copyrite.h" 4 #include "options.h"5 #include <stdio.h>6 #ifdef WIN327 #include <windows.h>8 #endif9 4 #ifdef HAS_OPENSSL 10 5 #include <openssl/ssl.h> 1.8.2/branches/devel/src/timer.c
r798 r812 39 39 #include "help.h" 40 40 #include "parse.h" 41 #include "attrib.h" 41 42 #include "confmagic.h" 42 43
