patch from Christian for FreeBSD
authorJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 7 Jun 2001 21:52:54 +0000 (21:52 +0000)
committerJosh Coalson <jcoalson@users.sourceforce.net>
Thu, 7 Jun 2001 21:52:54 +0000 (21:52 +0000)
src/flac/file.c

index 03adab1..3334ce9 100644 (file)
@@ -20,6 +20,7 @@
 #include <sys/utime.h> /* for utime() */
 #include <io.h> /* for chmod() */
 #else
+#include <sys/types.h>
 #include <utime.h> /* for utime() */
 #include <unistd.h> /* for chown() */
 #endif