Browse Source

Fixed compiler warning about missing include

master
Bert 14 years ago
parent
commit
64b76b1602
1 changed files with 1 additions and 0 deletions
  1. +1
    -0
      app.c

+ 1
- 0
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)


Loading…
Cancel
Save