diff options
Diffstat (limited to 'src/fs/physfs/virtfsphys.h')
-rw-r--r-- | src/fs/physfs/virtfsphys.h | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/src/fs/physfs/virtfsphys.h b/src/fs/physfs/virtfsphys.h index 743530c6c..42394b56b 100644 --- a/src/fs/physfs/virtfsphys.h +++ b/src/fs/physfs/virtfsphys.h @@ -18,6 +18,7 @@ * along with this program. If not, see <http://www.gnu.org/licenses/>. */ +#ifdef USE_PHYSFS #ifndef UTILS_VIRTFSPHYS_H #define UTILS_VIRTFSPHYS_H @@ -78,3 +79,4 @@ namespace VirtFsPhys } // namespace VirtFsPhys #endif // UTILS_VIRTFSPHYS_H +#endif // USE_PHYSFS |