This website works better with JavaScript.
Home
Explore
Help
Sign In
Immanuel
/
sxiv
Watch
1
Star
0
Fork
0
Code
Issues
0
Pull Requests
0
Releases
0
Wiki
Activity
Browse Source
Fixed issue
#39
: missing include of <sys/select.h>
master
Bert Münnich
13 years ago
parent
ed2c9f7caa
commit
751ebb3b29
2 changed files
with
2 additions
and
1 deletions
Unified View
Diff Options
Show Stats
Download Patch File
Download Diff File
+1
-1
Makefile
+1
-0
main.c
+ 1
- 1
Makefile
View File
@@ -1,4 +1,4 @@
VERSION = git-2012022
1
VERSION = git-2012022
7
CC = gcc
CC = gcc
CFLAGS = -ansi -Wall -pedantic -O2
CFLAGS = -ansi -Wall -pedantic -O2
+ 1
- 0
main.c
View File
@@ -23,6 +23,7 @@
#include <stdio.h>
#include <stdio.h>
#include <string.h>
#include <string.h>
#include <unistd.h>
#include <unistd.h>
#include <sys/select.h>
#include <sys/stat.h>
#include <sys/stat.h>
#include <sys/time.h>
#include <sys/time.h>
#include <X11/Xutil.h>
#include <X11/Xutil.h>
Write
Preview
|
|
|
|
|
|
x
0
0
0:0
Loading…
Cancel
Save