使用 JavaScript能使本网站更好的工作。
首页
探索
帮助
登录
Immanuel
/
sxiv
关注
1
点赞
0
派生
0
代码
工单
0
合并请求
0
版本发布
0
百科
动态
浏览代码
Fixed issue
#39
: missing include of <sys/select.h>
master
Bert Münnich
13 年前
父节点
ed2c9f7caa
当前提交
751ebb3b29
共有
2 个文件被更改
,包括
2 次插入
和
1 次删除
分列视图
Diff 选项
显示统计
下载 Patch 文件
下载 Diff 文件
+1
-1
Makefile
+1
-0
main.c
+ 1
- 1
Makefile
查看文件
@@ -1,4 +1,4 @@
VERSION = git-2012022
1
VERSION = git-2012022
7
CC = gcc
CFLAGS = -ansi -Wall -pedantic -O2
+ 1
- 0
main.c
查看文件
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <string.h>
#include <unistd.h>
#include <sys/select.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <X11/Xutil.h>
撰写
预览
|
|
|
|
|
|
x
0
0
0:0
正在加载...
取消
保存