[MPlayer-dev-eng] [PATCH] make af_channels.c compilable on QNX
Winner of tha face compo
gabucino at mplayerhq.hu
Wed Oct 30 09:50:58 CET 2002
Just a simple include inttypes.h is needed, otherwise it will complain of
missing int* variables.
Patch attached.
--
Gabucino
-------------- next part --------------
--- af_channels.c Sun Oct 6 13:26:14 2002
+++ af_channels.c.new Wed Oct 30 09:49:08 2002
@@ -6,6 +6,7 @@
#include <stdlib.h>
#include <string.h>
#include <unistd.h>
+#include <inttypes.h>
#include "../config.h"
#include "../mp_msg.h"
More information about the MPlayer-dev-eng
mailing list