diff options
author | Tobias Brunner <tobias@strongswan.org> | 2009-07-15 22:39:40 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2009-07-15 22:42:22 +0200 |
commit | 233a1326342e09078ed6b6cf30b854d6623cd3ee (patch) | |
tree | 5cd4357b3e58c8b07b8e0e8ac377f05e28107eb7 /src/libstrongswan/plugins/plugin_loader.c | |
parent | 225bb2b81078bc7bf4bf72dc0bb39c955e248159 (diff) | |
download | strongswan-233a1326342e09078ed6b6cf30b854d6623cd3ee.tar.bz2 strongswan-233a1326342e09078ed6b6cf30b854d6623cd3ee.tar.xz |
Removed an unnecessary include of a header that is not available on Mac OS X.
Diffstat (limited to 'src/libstrongswan/plugins/plugin_loader.c')
-rw-r--r-- | src/libstrongswan/plugins/plugin_loader.c | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/src/libstrongswan/plugins/plugin_loader.c b/src/libstrongswan/plugins/plugin_loader.c index f124a8e8b..47c244be3 100644 --- a/src/libstrongswan/plugins/plugin_loader.c +++ b/src/libstrongswan/plugins/plugin_loader.c @@ -20,7 +20,6 @@ #include <dlfcn.h> #include <limits.h> #include <stdio.h> -#include <link.h> #include <debug.h> #include <integrity_checker.h> |