14 lines
341 B
Text
14 lines
341 B
Text
$NetBSD: patch-ab,v 1.3 2007/12/15 21:15:31 tron Exp $
|
|
|
|
--- mp3info.h.orig 2006-11-10 00:14:52.000000000 +0000
|
|
+++ mp3info.h 2007-12-15 21:16:15.000000000 +0000
|
|
@@ -39,6 +39,9 @@
|
|
#else
|
|
#include <curses.h>
|
|
#endif
|
|
+#ifdef __DARWIN_UNIX03
|
|
+typedef unsigned int uint;
|
|
+#endif
|
|
#include <signal.h>
|
|
#include "mp3tech.h"
|
|
#include "textfunc.h"
|