Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 199579 | Differences between
and this patch

Collapse All | Expand All

(-)flac-1.2.1-orig/examples/cpp/encode/file/main.cpp (+1 lines)
Lines 30-35 Link Here
30
30
31
#include <stdio.h>
31
#include <stdio.h>
32
#include <stdlib.h>
32
#include <stdlib.h>
33
#include <cstring>
33
#include "FLAC++/metadata.h"
34
#include "FLAC++/metadata.h"
34
#include "FLAC++/encoder.h"
35
#include "FLAC++/encoder.h"
35
36

Return to bug 199579