このサイトはJavaScriptを使用しています
ホーム
エクスプローラー
ヘルプ
サインイン
Immanuel
/
sxiv
ウォッチ
1
スター
0
フォーク
0
コード
課題
0
プルリクエスト
0
リリース
0
Wiki
アクティビティ
ソースを参照
Fixed issue
#39
: missing include of <sys/select.h>
master
Bert Münnich
13年前
親
ed2c9f7caa
コミット
751ebb3b29
2個のファイルの変更
、
2行の追加
、
1行の削除
分割表示
差分オプション
統計情報を表示
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>
書き込み
プレビュー
読み込み中…
キャンセル
保存