Deze website werkt beter met JavaScript.
Beginscherm
Verkennen
Help
Inloggen
Immanuel
/
sxiv
Volgen
1
Ster
0
Vork
0
Code
Kwesties
0
Pull-aanvragen
0
Publicaties
0
Wiki
Activiteit
Bladeren bron
Fixed issue
#39
: missing include of <sys/select.h>
master
Bert Münnich
13 jaren geleden
bovenliggende
ed2c9f7caa
commit
751ebb3b29
2 gewijzigde bestanden
met
toevoegingen van 2
en
1 verwijderingen
Zij-aan-zij weergave
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-0
main.c
+ 1
- 1
Makefile
Bestand weergeven
@@ -1,4 +1,4 @@
VERSION = git-2012022
1
VERSION = git-2012022
7
CC = gcc
CFLAGS = -ansi -Wall -pedantic -O2
+ 1
- 0
main.c
Bestand weergeven
@@ -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>
Schrijf
Voorbeeld
Laden…
Annuleren
Opslaan