91c8878e06
letting me know. Remove ONLY_FOR_ARCH; this should work with other archs now. Test requiered.
14 lines
342 B
Plaintext
14 lines
342 B
Plaintext
$OpenBSD: patch-utils_toc2cue_cc,v 1.1 2001/05/10 03:22:01 fgsch Exp $
|
|
--- utils/toc2cue.cc.orig Sun Apr 29 10:42:09 2001
|
|
+++ utils/toc2cue.cc Wed May 9 23:59:27 2001
|
|
@@ -25,7 +25,9 @@
|
|
#include <unistd.h>
|
|
#include <errno.h>
|
|
#include <stdarg.h>
|
|
+#ifdef HAVE_GETOPT_H
|
|
#include <getopt.h>
|
|
+#endif
|
|
#include <fstream.h>
|
|
|
|
#include "util.h"
|