aboutsummaryrefslogblamecommitdiff
path: root/audio/freealut/files/patch-src_alutUtil.c
blob: d0977b4dabe006c484ca48c8221ed60f1d6deb3a (plain) (tree)
1
2
3
4
5
6
7
8
9
10









                                                
--- src/alutUtil.c.orig	Fri Mar 31 14:48:10 2006
+++ src/alutUtil.c	Fri Mar 31 14:48:22 2006
@@ -2,6 +2,7 @@
 
 #if HAVE_NANOSLEEP && HAVE_TIME_H
 #include <time.h>
+#include <sys/time.h>
 #include <errno.h>
 #elif HAVE_USLEEP && HAVE_UNISTD_H
 #include <unistd.h>