From f759e35cd8399d8bffea4d59c5822db8f1002409 Mon Sep 17 00:00:00 2001 From: Steven Fuller Date: Sat, 28 Jul 2001 04:44:27 +0000 Subject: More compilation. Moved windows typedefs to a separate file. Included public domain md5 routines (from dpkg). --- src/win95/chunk.hpp | 3 +++ 1 file changed, 3 insertions(+) (limited to 'src/win95/chunk.hpp') diff --git a/src/win95/chunk.hpp b/src/win95/chunk.hpp index e7afcb4..e021062 100644 --- a/src/win95/chunk.hpp +++ b/src/win95/chunk.hpp @@ -3,6 +3,7 @@ #ifndef _chunk_hpp #define _chunk_hpp 1 +#include "fixer.h" #if engine @@ -78,6 +79,8 @@ extern char users_name[]; #endif +#include "list_tem.hpp" + #ifndef RIFF_OPTIMIZE // define this to get compiler errors where you are calling the old slow functions extern List list_chunks_in_file (HANDLE &, const char * chunk_id); #endif -- cgit v1.3