mirror of
https://github.com/strongswan/strongswan.git
synced 2025-10-16 00:00:37 -04:00
tnc-imc/imv: Don't include <dlfcn.h> on Windows
This commit is contained in:
parent
6d8094ee1f
commit
ce3e7ac57d
@ -15,7 +15,9 @@
|
||||
|
||||
#include "tnc_imc.h"
|
||||
|
||||
#ifndef WIN32
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
||||
#include <tncif_pa_subtypes.h>
|
||||
|
||||
|
@ -15,7 +15,9 @@
|
||||
|
||||
#include "tnc_imv.h"
|
||||
|
||||
#ifndef WIN32
|
||||
#include <dlfcn.h>
|
||||
#endif
|
||||
|
||||
#include <tncif_pa_subtypes.h>
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user