浏览代码

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

master
Bert Münnich 13 年前
父节点
当前提交
751ebb3b29
共有 2 个文件被更改,包括 2 次插入1 次删除
  1. +1
    -1
      Makefile
  2. +1
    -0
      main.c

+ 1
- 1
Makefile 查看文件

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

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>


||||||
x
 
000:0
正在加载...
取消
保存