version 1.2 | | version 1.3 |
---|
| | |
#endif | | #endif |
#include <../random_maps/random_map.h> | | #include <../random_maps/random_map.h> |
#include <../random_maps/rproto.h> | | #include <../random_maps/rproto.h> |
#include <dlfcn.h> | | |
| | |
/*****************************************************************************/ | | /*****************************************************************************/ |
/* This one does not exist under Win32. */ | | /* This one does not exist under Win32. */ |
/*****************************************************************************/ | | /*****************************************************************************/ |
#ifndef WIN32 | | #ifndef WIN32 |
| | #include <dlfcn.h> |
#include <dirent.h> | | #include <dirent.h> |
#endif | | #endif |
| | |