13 lines
311 B
Text
13 lines
311 B
Text
|
$NetBSD: patch-ag,v 1.1 2005/11/02 19:02:53 joerg Exp $
|
||
|
|
||
|
--- ogg123/playlist.c.orig 2005-08-17 20:03:15.000000000 +0000
|
||
|
+++ ogg123/playlist.c
|
||
|
@@ -19,6 +19,7 @@
|
||
|
#include <stdlib.h>
|
||
|
#include <string.h>
|
||
|
#include <ctype.h>
|
||
|
+#include <limits.h>
|
||
|
#include <sys/types.h>
|
||
|
#include <sys/stat.h>
|
||
|
#include <unistd.h>
|