Use "getopt.h" , not <getopt.h>

This commit is contained in:
rocky
2007-03-09 01:33:42 +00:00
parent e52da6ef99
commit 9eae350c72

View File

@@ -1,5 +1,5 @@
/* /*
$Id: cd-drive.c,v 1.26 2006/03/17 18:15:10 rocky Exp $ $Id: cd-drive.c,v 1.27 2007/03/09 01:33:42 rocky Exp $
Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com> Copyright (C) 2004, 2005 Rocky Bernstein <rocky@panix.com>
@@ -28,7 +28,7 @@
#ifdef HAVE_SYS_TYPES_H #ifdef HAVE_SYS_TYPES_H
#include <sys/types.h> #include <sys/types.h>
#endif #endif
#include <getopt.h> #include "getopt.h"
#include <cdio/cdio.h> #include <cdio/cdio.h>
#include <cdio/mmc.h> #include <cdio/mmc.h>