aboutsummaryrefslogtreecommitdiffstats
path: root/src/libstrongswan/asn1/oid.pl
diff options
context:
space:
mode:
Diffstat (limited to 'src/libstrongswan/asn1/oid.pl')
-rw-r--r--src/libstrongswan/asn1/oid.pl2
1 files changed, 1 insertions, 1 deletions
diff --git a/src/libstrongswan/asn1/oid.pl b/src/libstrongswan/asn1/oid.pl
index 82100e8aa..c45077a3f 100644
--- a/src/libstrongswan/asn1/oid.pl
+++ b/src/libstrongswan/asn1/oid.pl
@@ -30,7 +30,7 @@ print OID_H "/* Object identifiers (OIDs) used by strongSwan\n",
" * ", $automatic, "\n",
" * ", $warning, "\n",
" */\n\n",
- "#include <sys/types.h>\n\n",
+ "#include <utils/utils.h>\n\n",
"#ifndef OID_H_\n",
"#define OID_H_\n\n",
"typedef struct {\n",