소스 검색

Glibc needs sys/file.h for flock.

master
Richard Nyberg 19 년 전
부모
커밋
9732ed1981
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      btpd/main.c

+ 1
- 1
btpd/main.c 파일 보기

@@ -1,11 +1,11 @@
#include <sys/types.h>
#include <sys/file.h>
#include <sys/stat.h>

#include <assert.h>
#include <err.h>
#include <errno.h>
#include <fcntl.h>
#include <file.h>
#include <getopt.h>
#include <locale.h>
#include <stdio.h>


불러오는 중...
취소
저장