tnc-imc/imv: Don't include <dlfcn.h> on Windows

This commit is contained in:
Martin Willi 2014-01-09 14:59:25 +01:00
parent 6d8094ee1f
commit ce3e7ac57d
2 changed files with 4 additions and 0 deletions

View File

@ -15,7 +15,9 @@
#include "tnc_imc.h"
#ifndef WIN32
#include <dlfcn.h>
#endif
#include <tncif_pa_subtypes.h>

View File

@ -15,7 +15,9 @@
#include "tnc_imv.h"
#ifndef WIN32
#include <dlfcn.h>
#endif
#include <tncif_pa_subtypes.h>