util.h is a system header in Android < 2.x.

This commit is contained in:
Tobias Brunner
2011-10-13 18:24:00 +02:00
parent 68fcf91778
commit d205046af3
+1 -1
View File
@@ -21,7 +21,7 @@
#ifndef PLUGIN_H_
#define PLUGIN_H_
#include <utils.h>
#include "../utils.h"
typedef struct plugin_t plugin_t;