aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/utils.h
diff options
context:
space:
mode:
authorTobias Brunner <tobias@strongswan.org>2010-03-01 16:03:18 +0100
committerTobias Brunner <tobias@strongswan.org>2010-03-02 10:38:58 +0100
commitfac3bfa5cd96d9789cea2836cb4903580f8ce426 (patch)
treeb37947586ac3a749ef17790116ede0f8c09ff2ed /src/libstrongswan/utils.h
parent6ec60bb92bf2c6e4e564d5b55b25436c74485c56 (diff)
downloadstrongswan-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.h2
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