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/utils.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/utils.h')
-rw-r--r-- | src/libstrongswan/utils.h | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/utils.h b/src/libstrongswan/utils.h index 964cbd1d2..562521703 100644 --- a/src/libstrongswan/utils.h +++ b/src/libstrongswan/utils.h @@ -29,7 +29,7 @@ #include <arpa/inet.h> #include <string.h> -#include <enum.h> +#include "enum.h" /** * strongSwan program return codes |