comparison libao2/pl_format.c @ 6237:2eec40929570

warning fixes (string.h is required for memset) moved config.h at the top of the include (often avoids 10L when adding a new #include ;)
author pl
date Thu, 30 May 2002 11:53:51 +0000
parents 28f2ebcb5c95
children b9f7aec2e07d
comparison
equal deleted inserted replaced
6236:2b6de6021f5e 6237:2eec40929570
7 7
8 #define PLUGIN 8 #define PLUGIN
9 9
10 #include <stdio.h> 10 #include <stdio.h>
11 #include <stdlib.h> 11 #include <stdlib.h>
12 #include <string.h>
12 #include <unistd.h> 13 #include <unistd.h>
13 #include <inttypes.h> 14 #include <inttypes.h>
14 15
15 #include "audio_out.h" 16 #include "audio_out.h"
16 #include "audio_plugin.h" 17 #include "audio_plugin.h"