Denna sida fungerar bättre med Javascript igång.
Startsida
Utforska
Hjälp
Logga in
Immanuel
/
sxiv
Bevaka
1
Stjärnmärk
0
Förgrening
0
Kod
Ärenden
0
Pull-förfrågningar
0
Släpp
0
Wiki
Aktiviteter
Bläddra i källkod
Fixed issue
#39
: missing include of <sys/select.h>
master
Bert Münnich
13 år sedan
förälder
ed2c9f7caa
incheckning
751ebb3b29
2 ändrade filer
med
2 tillägg
och
1 borttagningar
Delad Vy
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-0
main.c
+ 1
- 1
Makefile
Visa fil
@@ -1,4 +1,4 @@
VERSION = git-2012022
1
VERSION = git-2012022
7
CC = gcc
CFLAGS = -ansi -Wall -pedantic -O2
+ 1
- 0
main.c
Visa fil
@@ -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
Förhandsgranska
Laddar…
Avbryt
Spara