1
0
Fork 0
forked from len0rd/rockbox

Make the database tool buildable from configure.

Also update the checkwps makefile to make checkwps builds not break


git-svn-id: svn://svn.rockbox.org/rockbox/trunk@22998 a1c6a512-1295-4272-9138-f99709370657
This commit is contained in:
Frank Gevaerts 2009-10-07 16:54:15 +00:00
parent 9e9a913829
commit 6e11572e07
9 changed files with 98 additions and 8 deletions

View file

@ -1,5 +1,6 @@
/* A _very_ skeleton file to demonstrate building tagcache db on host. */
#include <stdbool.h>
#include <stdio.h>
#include <sys/stat.h>
#include "tagcache.h"