blob: 2e99a3414d6fc862bd4645e7d0a3f50aadc0c067 (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
|
$NetBSD: patch-ab,v 1.3 2003/03/01 10:54:40 jmc Exp $
--- player.c.orig Sat Mar 1 10:51:04 2003
+++ player.c Sat Mar 1 10:51:31 2003
@@ -5,6 +5,7 @@
*/
#include <stdio.h>
+#include <sys/types.h>
#include "player.h"
#include "tfmxsong.h"
|