diff options
author | Tobias Brunner <tobias@strongswan.org> | 2010-03-01 16:03:18 +0100 |
---|---|---|
committer | Tobias Brunner <tobias@strongswan.org> | 2010-03-02 10:38:58 +0100 |
commit | fac3bfa5cd96d9789cea2836cb4903580f8ce426 (patch) | |
tree | b37947586ac3a749ef17790116ede0f8c09ff2ed /src/libstrongswan/enum.h | |
parent | 6ec60bb92bf2c6e4e564d5b55b25436c74485c56 (diff) | |
download | strongswan-fac3bfa5cd96d9789cea2836cb4903580f8ce426.tar.bz2 strongswan-fac3bfa5cd96d9789cea2836cb4903580f8ce426.tar.xz |
Fixing some includes by replacing <> with "".
I changed only the includes needed to fix the build on Android, which has an utils.h system header file, but we should probably change all the local includes in libstrongswan to "" and relative paths.
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 6b9fd7eaa..691f9f2bc 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 "printf_hook.h" typedef struct enum_name_t enum_name_t; |