diff options
author | Martin Willi <martin@revosec.ch> | 2013-10-11 11:12:38 +0200 |
---|---|---|
committer | Martin Willi <martin@revosec.ch> | 2013-10-11 11:12:38 +0200 |
commit | 5900d6d469d24faf7052ed24f013f02cb33a7095 (patch) | |
tree | 05fd3b8922ef17eadc2e16ca3f6f44f02d10fe87 /src/libstrongswan/utils/enum.h | |
parent | 11282d0054d8a51f184a6f726f7f180ccf60e456 (diff) | |
parent | 795cbb98c6950d732f112063bd16de02ec54db67 (diff) | |
download | strongswan-5900d6d469d24faf7052ed24f013f02cb33a7095.tar.bz2 strongswan-5900d6d469d24faf7052ed24f013f02cb33a7095.tar.xz |
Merge branch 'printf-hook'
Adds a custom printf hook implementation as a fallback if neither the glibc
style hooks nor vstr is available. This can avoid the Vstr dependency on some
systems at the cost of slower and less complete printf functions.
Diffstat (limited to 'src/libstrongswan/utils/enum.h')
-rw-r--r-- | src/libstrongswan/utils/enum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/utils/enum.h b/src/libstrongswan/utils/enum.h index df8dbf8c1..a2f97d05e 100644 --- a/src/libstrongswan/utils/enum.h +++ b/src/libstrongswan/utils/enum.h @@ -22,7 +22,7 @@ #ifndef ENUM_H_ #define ENUM_H_ -#include "printf_hook.h" +#include <utils/printf_hook/printf_hook.h> typedef struct enum_name_t enum_name_t; |