changeset 7975:6e03baea602f

Adding compile problem fix from Gabucino
author anders
date Wed, 30 Oct 2002 09:05:02 +0000
parents db1f16543379
children d0d2108bf395
files libaf/af_channels.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libaf/af_channels.c	Wed Oct 30 04:11:26 2002 +0000
+++ b/libaf/af_channels.c	Wed Oct 30 09:05:02 2002 +0000
@@ -6,6 +6,7 @@
 #include <stdlib.h>
 #include <string.h>
 #include <unistd.h>
+#include <inttypes.h>
 
 #include "../config.h"
 #include "../mp_msg.h"