freebsd-ports/sysutils/libcdio/files/patch-src_cd-drive.c
Michael Landin 05c81064ca - Use "getopt.h" , not <getopt.h>
(Also fixed upstream)

PR:		ports/108953
Submitted by:	Tuure Laurinolli <tuure@laurinolli.net>
2007-03-12 14:19:39 +00:00

14 lines
221 B
C

$FreeBSD$
--- src/cd-drive.c.orig
+++ src/cd-drive.c
@@ -28,7 +28,7 @@
#ifdef HAVE_SYS_TYPES_H
#include <sys/types.h>
#endif
-#include <getopt.h>
+#include "getopt.h"
#include <cdio/cdio.h>
#include <cdio/mmc.h>