work related to moving some file utils into the new file_utils convenience lib
[platform/upstream/flac.git] / src / test_libFLAC / decoders.c
index 1dce361..a055e81 100644 (file)
@@ -23,6 +23,7 @@
 #include "FLAC/file_decoder.h"
 #include "FLAC/seekable_stream_decoder.h"
 #include "FLAC/stream_decoder.h"
+#include "share/file_utils.h"
 #include <errno.h>
 #include <stdio.h>
 #include <stdlib.h>
@@ -2075,7 +2076,7 @@ FLAC__bool test_decoders()
        if(!test_file_decoder())
                return false;
 
-       (void) file_utils__remove_file(flacfilename_);
+       (void) FLAC__file_utils_remove_file(flacfilename_);
        free_metadata_blocks_();
 
        return true;