changeset 8698:739ecaea201b

fix compilation on solaris
author attila
date Wed, 01 Jan 2003 15:55:49 +0000
parents ce4b79769b88
children b3e78d22cae0
files libaf/af_delay.c
diffstat 1 files changed, 1 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/libaf/af_delay.c	Wed Jan 01 15:15:34 2003 +0000
+++ b/libaf/af_delay.c	Wed Jan 01 15:55:49 2003 +0000
@@ -5,6 +5,7 @@
 #include <stdio.h>
 #include <stdlib.h>
 #include <string.h>
+#include <inttypes.h>
 
 #include "af.h"