Minor compiler warning fix

This commit is contained in:
Linus Probert 2018-08-12 19:48:14 +02:00
parent b4ae946140
commit 292f549d57
1 changed files with 1 additions and 0 deletions

View File

@ -16,6 +16,7 @@
* along with this program. If not, see <http://www.gnu.org/licenses/>. * along with this program. If not, see <http://www.gnu.org/licenses/>.
*/ */
#include <string.h>
#include "hiscore.h" #include "hiscore.h"
#include "sqlite3.h" #include "sqlite3.h"
#include "db.h" #include "db.h"