浏览代码

Fixed compiler warning about missing include

master
Bert 14 年前
父节点
当前提交
64b76b1602
共有 1 个文件被更改,包括 1 次插入0 次删除
  1. +1
    -0
      app.c

+ 1
- 0
app.c 查看文件

@@ -20,6 +20,7 @@

#include "sxiv.h"
#include "app.h"
#include "events.h"

void app_init(app_t *app) {
if (!app)


正在加载...
取消
保存