mirror of
https://github.com/transmission/transmission
synced 2025-02-03 21:12:05 +00:00
add #include files for stat()
This commit is contained in:
parent
5e4a49be16
commit
6f09fbe18d
1 changed files with 2 additions and 0 deletions
|
@ -23,6 +23,8 @@
|
|||
*****************************************************************************/
|
||||
|
||||
#include <fcntl.h>
|
||||
#include <sys/types.h>
|
||||
#include <sys/stat.h>
|
||||
#include <unistd.h>
|
||||
#include "transmission.h"
|
||||
|
||||
|
|
Loading…
Reference in a new issue