* Oops, fixed a misplaced #ifdef.

git-svn-id: svn://svn.zoy.org/elk/trunk@117 55e467fa-43c5-0310-a8a2-de718669efc6
This commit is contained in:
sam 2003-09-07 09:56:55 +00:00
parent af14b9bc14
commit 9f4dc9b28f
1 changed files with 2 additions and 2 deletions

View File

@ -28,10 +28,10 @@
* THERE IS ABSOLUTELY NO WARRANTY FOR THIS SOFTWARE.
*/
#ifdef CAN_LOAD_LIB
#include "config.h"
#ifdef CAN_LOAD_LIB
#include <dlfcn.h>
#include <stdlib.h>
#include <string.h>