Changeset 5392db8 for src


Ignore:
Timestamp:
Sep 22, 2016, 7:19:12 PM (8 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, pitchshift, sampler, timestretch, yinfft+
Children:
c7844d8
Parents:
f334300
Message:

src/aubio_priv.h: add stdarg.h

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    rf334300 r5392db8  
    6363#ifdef HAVE_LIMITS_H
    6464#include <limits.h> // for CHAR_BIT, in C99 standard
     65#endif
     66
     67#ifdef HAVE_STDARG_H
     68#include <stdarg.h>
    6569#endif
    6670
Note: See TracChangeset for help on using the changeset viewer.