Pārlūkot izejas kodu

Fixed issue #39: missing include of <sys/select.h>

master
Bert Münnich pirms 13 gadiem
vecāks
revīzija
751ebb3b29
2 mainītis faili ar 2 papildinājumiem un 1 dzēšanām
  1. +1
    -1
      Makefile
  2. +1
    -0
      main.c

+ 1
- 1
Makefile Parādīt failu

@@ -1,4 +1,4 @@
VERSION = git-20120221
VERSION = git-20120227

CC = gcc
CFLAGS = -ansi -Wall -pedantic -O2


+ 1
- 0
main.c Parādīt failu

@@ -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>


Notiek ielāde…
Atcelt
Saglabāt