author | ecalot
<ecalot> 2005-03-28 11:17:47 UTC |
committer | ecalot
<ecalot> 2005-03-28 11:17:47 UTC |
parent | 45e45fd9ab7ed61fc081f13ff97f7c37c2889419 |
FP/src/res/disk.c | +2 | -1 |
diff --git a/FP/src/res/disk.c b/FP/src/res/disk.c index de95076..6d151b7 100644 --- a/FP/src/res/disk.c +++ b/FP/src/res/disk.c @@ -48,7 +48,7 @@ disk.c: Princed Resources : Disk Access & File handling functions #include <sys/stat.h> #ifndef DISK_ALLWAYS_FORCE -#include "pr.h" /* language texts */ +#include "common.h" /* language texts */ #include "xmlparse.h" /* equalsIgnoreCase */ #endif @@ -71,6 +71,7 @@ disk.c: Princed Resources : Disk Access & File handling functions #ifdef DISK_DIR_SCANING #include "direntwin.h" #endif + #include <conio.h> /* getche */ #define osIndepGetCharacter() getche() #endif