Changeset 020e0268dd7089c8e0eb38703d03680ac5f6ff7b

Show
Ignore:
Timestamp:
21/10/06 14:25:05 (2 years ago)
Author:
Jean-Paul Saman <jpsaman@videolan.org>
git-committer:
Jean-Paul Saman <jpsaman@videolan.org> 1161433505 +0000
git-parent:

[5a1e2c84b0693b388cfe9974bf509faab7530def]

git-author:
Jean-Paul Saman <jpsaman@videolan.org> 1161433505 +0000
Message:

Fix compiler warning: implicit declaration of function 'asprintf'

Files:

Legend:

Unmodified
Added
Removed
Modified
Copied
Moved
  • src/audio_output/intf.c

    r18efcf5 r020e026  
    2525 * Preamble 
    2626 *****************************************************************************/ 
     27#include <stdio.h> 
    2728#include <stdlib.h>                            /* calloc(), malloc(), free() */ 
    2829#include <string.h>