ソースを参照

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>


||||||
x
 
000:0
読み込み中…
キャンセル
保存