Search
j0ke.net Open Build Service
>
Projects
>
multimedia
>
libgsm
> libgsm-include.patch
Sign Up
|
Log In
Username
Password
Cancel
Overview
Repositories
Revisions
Requests
Users
Advanced
Attributes
Meta
File libgsm-include.patch of Package libgsm
--- src/toast.c +++ src/toast.c @@ -8,6 +8,10 @@ #include "toast.h" +#include <stdio.h> +#include <getopt.h> +#include <sys/stat.h> + /* toast -- lossy sound compression using the gsm library. */