summaryrefslogtreecommitdiff
path: root/include/alu.h
diff options
context:
space:
mode:
authorbiouman <>2001-04-15 11:20:38 +0000
committerbiouman <>2001-04-15 11:20:38 +0000
commitdcc24c3645b3878bf3454345dbcfdf7ef1a0ba10 (patch)
tree1025dd726c5f75eed5e021a98acf97e6a785916f /include/alu.h
parent9e44b6dca12c57022d66bd1fe7e9b50c3d741389 (diff)
*** empty log message ***
Diffstat (limited to 'include/alu.h')
-rw-r--r--include/alu.h2
1 files changed, 1 insertions, 1 deletions
diff --git a/include/alu.h b/include/alu.h
index 916a626..80a5d73 100644
--- a/include/alu.h
+++ b/include/alu.h
@@ -1,6 +1,6 @@
#ifndef __ALU_H__
#define __ALU_H__
-#include "archi.h"
+#include "types.h"
Uint32 AdditionNonSigne(Uint32 a, Uint32 b);
Uint32 AdditionSigne(Uint32 a, Uint32 b);