Fixed compiler warning about missing include

master
Bert 2011-01-17 20:24:01 +01:00
parent 45b2b45285
commit 64b76b1602
1 changed files with 1 additions and 0 deletions

1
app.c
View File

@ -20,6 +20,7 @@
#include "sxiv.h"
#include "app.h"
#include "events.h"
void app_init(app_t *app) {
if (!app)