diff options
author | Bert <ber.t@gmx.com> | 2011-01-17 20:24:01 +0100 |
---|---|---|
committer | Bert <ber.t@gmx.com> | 2011-01-17 20:24:01 +0100 |
commit | 64b76b1602025ca4c3fc6f186b1d83faa48e52c1 (patch) | |
tree | 117eea2648d1208b17a0e9916a7c7777daa0a13d /app.c | |
parent | 45b2b45285db636ece8fbb24890bd53d753e4eeb (diff) |
Fixed compiler warning about missing include
Diffstat (limited to 'app.c')
-rw-r--r-- | app.c | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -20,6 +20,7 @@ #include "sxiv.h" #include "app.h" +#include "events.h" void app_init(app_t *app) { if (!app) |