diff options
author | Martin Willi <martin@revosec.ch> | 2013-10-11 14:45:56 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2014-06-03 12:24:34 +0200 |
commit | 922ee2c5292ba898ac1ca72c69e877af307b0bc4 (patch) | |
tree | bfa2860e468daefd2a356e5702fe23f5472b10c1 /src/libstrongswan/Makefile.am | |
parent | b4c51061c3c649e948324d1f3ad37ef6e48f8b96 (diff) | |
download | strongswan-922ee2c5292ba898ac1ca72c69e877af307b0bc4.tar.bz2 strongswan-922ee2c5292ba898ac1ca72c69e877af307b0bc4.tar.xz |
windows: Add a common Windows header for platform specific wrappers
Include some more basic system headers in utils.h, so we can use that common
header on the different platforms.
Diffstat (limited to 'src/libstrongswan/Makefile.am')
-rw-r--r-- | src/libstrongswan/Makefile.am | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/Makefile.am b/src/libstrongswan/Makefile.am index c4d1a5802..68162929e 100644 --- a/src/libstrongswan/Makefile.am +++ b/src/libstrongswan/Makefile.am @@ -87,7 +87,7 @@ utils/utils.h utils/chunk.h utils/debug.h utils/enum.h utils/identification.h \ utils/lexparser.h utils/optionsfrom.h utils/capabilities.h utils/backtrace.h \ utils/leak_detective.h utils/printf_hook/printf_hook.h \ utils/printf_hook/printf_hook_vstr.h utils/printf_hook/printf_hook_builtin.h \ -utils/parser_helper.h utils/test.h utils/integrity_checker.h \ +utils/parser_helper.h utils/test.h utils/integrity_checker.h utils/windows.h \ utils/utils/strerror.h endif |