diff options
Diffstat (limited to 'examples/demos/n00bdemo/disp.c')
| -rw-r--r-- | examples/demos/n00bdemo/disp.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/demos/n00bdemo/disp.c b/examples/demos/n00bdemo/disp.c index d798ee9..c134163 100644 --- a/examples/demos/n00bdemo/disp.c +++ b/examples/demos/n00bdemo/disp.c @@ -1,3 +1,4 @@ +#include <sys/types.h> #include <stdio.h> #include <psxgpu.h> #include <psxgte.h> @@ -9,7 +10,7 @@ DISPENV disp; DRAWENV draw; char pribuff[2][131072]; -unsigned int ot[2][OT_LEN]; +u_long ot[2][OT_LEN]; char *nextpri; int db = 0; |
