Changeset 752ce6d


Ignore:
Timestamp:
Nov 29, 2018, 3:10:29 PM (5 years ago)
Author:
Paul Brossier <piem@piem.org>
Branches:
feature/autosink, feature/cnn, feature/cnn_org, feature/constantq, feature/crepe, feature/crepe_org, feature/pitchshift, feature/pydocstrings, feature/timestretch, fix/ffmpeg5, master
Children:
60384e9
Parents:
586383d
Message:

[tests] [win] include io.h for _access()

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/utils_tests.h

    r586383d r752ce6d  
    1919#ifndef PATH_MAX
    2020#define PATH_MAX 1024
     21#endif
     22
     23#if defined(HAVE_WIN_HACKS) && !defined(__GNUC__)
     24#include <io.h> // _access
    2125#endif
    2226
Note: See TracChangeset for help on using the changeset viewer.