Преглед изворни кода

Glibc needs sys/file.h for flock.

master
Richard Nyberg пре 18 година
родитељ
комит
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>


Loading…
Откажи
Сачувај