diff -r ed440bcd9740 -r 8a0b85303ee8 src/chess/rules.h --- a/src/chess/rules.h Tue Apr 08 21:13:28 2014 +0200 +++ b/src/chess/rules.h Wed Apr 09 09:34:07 2014 +0200 @@ -31,6 +31,7 @@ #define RULES_H #include +#include #define VALID_MOVE_SYNTAX 0 #define INVALID_MOVE_SYNTAX 1 @@ -76,6 +77,8 @@ uint8_t tofile; uint8_t torow; uint8_t promotion; + struct timespec timestamp; + struct timespec movetime; _Bool check; _Bool capture; } Move;