Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/linux-sunxi/sunxi-tools.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAlejandro Mery <amery@geeks.cl>2012-05-10 11:33:41 +0400
committerAlejandro Mery <amery@geeks.cl>2012-05-10 11:33:41 +0400
commit352188a376b1c8dad5b49f08f6e916ef06255928 (patch)
treea8995f0ff4d46c6ff741db3216a57592e4750c62 /script.c
parenta4c457453e48828ef3829176a8628df414128339 (diff)
renamed sunxi-tools.h to common.h
Diffstat (limited to 'script.c')
-rw-r--r--script.c2
1 files changed, 1 insertions, 1 deletions
diff --git a/script.c b/script.c
index 015e817..8a8c738 100644
--- a/script.c
+++ b/script.c
@@ -15,7 +15,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>.
*/
-#include "sunxi-tools.h"
+#include "common.h"
#include <assert.h>
#include <stdint.h>