1.1 --- a/bitblt_test.c Mon Aug 26 05:43:49 2002 +0000
1.2 +++ b/bitblt_test.c Mon Aug 26 06:03:55 2002 +0000
1.3 @@ -1,7 +1,8 @@
1.4 +#include <stdbool.h>
1.5 +#include <stdint.h>
1.6 #include <stdio.h>
1.7 #include <stdlib.h>
1.8
1.9 -#include "type.h"
1.10 #include "bitblt.h"
1.11
1.12