Subversion Repositories HelenOS-historic

Rev

Rev 1524 | Rev 1538 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 1524 Rev 1528
Line 43... Line 43...
43
 
43
 
44
/*
44
/*
45
 * Tetris (or however it is spelled).
45
 * Tetris (or however it is spelled).
46
 */
46
 */
47
 
47
 
48
//#include <sys/param.h>
-
 
49
#include <sys/time.h>
48
#include <sys/time.h>
50
#include <sys/types.h>
49
#include <sys/types.h>
51
 
50
 
52
#include <err.h>
51
#include <err.h>
53
//#include <signal.h>
-
 
54
#include <stdio.h>
52
#include <stdio.h>
55
#include <stdlib.h>
53
#include <stdlib.h>
56
#include <string.h>
54
#include <string.h>
57
#include <unistd.h>
55
#include <unistd.h>
58
 
56