Skip to content

Commit 6780c72

Browse files
committed
[librpfile] Fix missing fcntl.h include
1 parent a75da21 commit 6780c72

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

src/librpfile/RpFile_stdio.cpp

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,6 +22,7 @@
2222
#include "librpbyteswap/byteswap_rp.h"
2323

2424
// C includes
25+
#include <fcntl.h> // fcntl(), F_GETFD, F_SETFD
2526
#include <unistd.h> // ftruncate()
2627

2728
// C++ STL classes

0 commit comments

Comments
 (0)