patch-src_audio_c 281 B

123456789101112
  1. $OpenBSD: patch-src_audio_c,v 1.1.1.1 2013/04/16 16:18:03 giovanni Exp $
  2. --- src/audio.c.orig Mon Apr 15 16:00:27 2013
  3. +++ src/audio.c Mon Apr 15 16:00:43 2013
  4. @@ -17,6 +17,7 @@
  5. *
  6. */
  7. +#include <libintl.h>
  8. #include "audio.h"
  9. static gchar *img_get_audio_filetype(gchar *);