Skip to content

Commit

Permalink
Fix RageFileManager_ReadAhead on linux
Browse files Browse the repository at this point in the history
  • Loading branch information
nico-abram authored Apr 2, 2018
1 parent 6e25b33 commit 68625d4
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions src/RageFileManager_ReadAhead.cpp
Original file line number Diff line number Diff line change
@@ -1,6 +1,9 @@
#include "global.h"
#include "RageFileManager_ReadAhead.h"

#if defined(HAVE_FCNTL_H)
#include <fcntl.h>
#endif
#if defined(HAVE_UNISTD_H)
#include <unistd.h>
#endif
Expand Down

0 comments on commit 68625d4

Please sign in to comment.