Changeset a6065b9 for tests


Ignore:
Timestamp:
Nov 28, 2018, 11:04:00 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:
aa15080
Parents:
abe67e1
Message:

[tests] include unistd for unlink, close (linux, darwin)

File:
1 edited

Legend:

Unmodified
Added
Removed
  • tests/utils_tests.h

    rabe67e1 ra6065b9  
    55#include <assert.h>
    66#include "config.h"
     7
     8#ifdef HAVE_UNISTD_H
     9#include <unistd.h> // unlink, close
     10#endif
    711
    812#ifdef HAVE_LIMITS_H
Note: See TracChangeset for help on using the changeset viewer.