]> git.ipfire.org Git - thirdparty/strongswan.git/commitdiff
util.h is a system header in Android < 2.x.
authorTobias Brunner <tobias@strongswan.org>
Thu, 13 Oct 2011 16:24:00 +0000 (18:24 +0200)
committerTobias Brunner <tobias@strongswan.org>
Thu, 13 Oct 2011 16:24:00 +0000 (18:24 +0200)
src/libstrongswan/plugins/plugin.h

index 6bed43deec3849c9ee0273c97dd2a90e8028d63f..3626f45f79fde3f9cbf14b8c860e9727655f9a9c 100644 (file)
@@ -21,7 +21,7 @@
 #ifndef PLUGIN_H_
 #define PLUGIN_H_
 
-#include <utils.h>
+#include "../utils.h"
 
 typedef struct plugin_t plugin_t;