Fix compile error

slava 2006-02-09 03:15:23 +00:00
parent 3d5e96172f
commit 44f2cc04ef
1 changed files with 1 additions and 1 deletions

View File

@ -103,6 +103,7 @@ CELL executing;
#include <dlfcn.h> #include <dlfcn.h>
#endif #endif
#include "debug.h"
#include "error.h" #include "error.h"
#include "cards.h" #include "cards.h"
#include "memory.h" #include "memory.h"
@ -135,6 +136,5 @@ CELL executing;
#include "alien.h" #include "alien.h"
#include "dll.h" #include "dll.h"
#include "wrapper.h" #include "wrapper.h"
#include "debug.h"
#endif /* __FACTOR_H__ */ #endif /* __FACTOR_H__ */