diff options
Diffstat (limited to 'vdr_decoder_sndfile.c')
| -rw-r--r-- | vdr_decoder_sndfile.c | 3 |
1 files changed, 2 insertions, 1 deletions
diff --git a/vdr_decoder_sndfile.c b/vdr_decoder_sndfile.c index 0b84eaf..7d45e29 100644 --- a/vdr_decoder_sndfile.c +++ b/vdr_decoder_sndfile.c @@ -30,12 +30,13 @@ #include <unistd.h> #include <math.h> -#include <tools.h> #include "mg_setup.h" #include "vdr_decoder_sndfile.h" #include "i18n.h" +#include <tools.h> + #ifndef SNDFILE_1 #error You must use libsndfile version 1.x.x #endif |
