This website works better with JavaScript.
Почетна
Преглед
Помоћ
Пријавите Се
Immanuel
/
sxiv
Прати
1
Волим
0
Креирај огранак
0
Код
Дискусије
0
Захтеви за спајање
0
Издања
0
Вики
Activity
Преглед изворни кода
Fixed issue
#39
: missing include of <sys/select.h>
master
Bert Münnich
пре 13 година
родитељ
ed2c9f7caa
комит
751ebb3b29
2 измењених фајлова
са
2 додато
и
1 уклоњено
Подељен поглед
Diff Options
Show Stats
Download Patch File
Download Diff File
+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>
Write
Preview
Loading…
Откажи
Сачувај