blob: 38c3422f631f17a052b2e20a29ca4d9e0880839d (
plain) (
blame)
1
2
3
4
5
6
7
8
9
10
|
--- ltris/number.h 2000/10/19 14:34:25 1.1
+++ ltris/number.h 2000/10/19 14:34:39
@@ -24,6 +24,7 @@
*/
#include "sdl.h"
+#include <sys/types.h>
#include <sys/timeb.h>
class Number {
|