Changeset e22356e


Ignore:
Timestamp:
Apr 23, 2016, 8:47:46 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:
7d7bf8f
Parents:
bef979a
Message:

src/aubio_priv.h: use #ifdef HAVE_, not #if HAVE_

File:
1 edited

Legend:

Unmodified
Added
Removed
  • src/aubio_priv.h

    rbef979a re22356e  
    3636#include "config.h"
    3737
    38 #if HAVE_STDLIB_H
     38#ifdef HAVE_STDLIB_H
    3939#include <stdlib.h>
    4040#endif
    4141
    42 #if HAVE_STDIO_H
     42#ifdef HAVE_STDIO_H
    4343#include <stdio.h>
    4444#endif
Note: See TracChangeset for help on using the changeset viewer.