Parcourir la source

Glibc needs sys/file.h for flock.

master
Richard Nyberg il y a 18 ans
Parent
révision
9732ed1981
1 fichiers modifiés avec 1 ajouts et 1 suppressions
  1. +1
    -1
      btpd/main.c

+ 1
- 1
btpd/main.c Voir le fichier

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


Chargement…
Annuler
Enregistrer