diff options
author | Tobias Brunner <tobias@strongswan.org> | 2012-10-16 15:44:58 +0200 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2012-10-24 16:00:50 +0200 |
commit | 05e448c5cc626a4f3b8b799aa89b9a03e2db0547 (patch) | |
tree | 06aca2ebab6faeeb8f7e020c28cb378a3d05719d /src/libstrongswan/enum.h | |
parent | 08944b68ac960cca63855f68f25b6759a7985cac (diff) | |
download | strongswan-05e448c5cc626a4f3b8b799aa89b9a03e2db0547.tar.bz2 strongswan-05e448c5cc626a4f3b8b799aa89b9a03e2db0547.tar.xz |
Moved printf hooks to utils folder
Diffstat (limited to 'src/libstrongswan/enum.h')
-rw-r--r-- | src/libstrongswan/enum.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/enum.h b/src/libstrongswan/enum.h index 840371245..0ed606813 100644 --- a/src/libstrongswan/enum.h +++ b/src/libstrongswan/enum.h @@ -22,7 +22,7 @@ #ifndef ENUM_H_ #define ENUM_H_ -#include "printf_hook.h" +#include "utils/printf_hook.h" typedef struct enum_name_t enum_name_t; |