aboutsummaryrefslogtreecommitdiff
path: root/examples/demos/n00bdemo/disp.h
diff options
context:
space:
mode:
Diffstat (limited to 'examples/demos/n00bdemo/disp.h')
-rw-r--r--examples/demos/n00bdemo/disp.h3
1 files changed, 2 insertions, 1 deletions
diff --git a/examples/demos/n00bdemo/disp.h b/examples/demos/n00bdemo/disp.h
index ecf6dcf..2c76270 100644
--- a/examples/demos/n00bdemo/disp.h
+++ b/examples/demos/n00bdemo/disp.h
@@ -1,6 +1,7 @@
#ifndef _DISP_H
#define _DISP_H
+#include <sys/types.h>
#include <psxgte.h>
#define SCENE_TIME 60*15
@@ -13,7 +14,7 @@
void initDisplay();
void display();
-extern unsigned int ot[2][OT_LEN];
+extern u_long ot[2][OT_LEN];
extern char *nextpri;
extern int db;