Fix compile error
parent
3d5e96172f
commit
44f2cc04ef
|
@ -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__ */
|
||||||
|
|
Loading…
Reference in New Issue