Changeset 37759cf5b60693275a264209bdb98b558ae4846a
- Timestamp:
- 11/01/02 04:07:36
(7 years ago)
- Author:
- Sam Hocevar <sam@videolan.org>
- git-committer:
- Sam Hocevar <sam@videolan.org> 1010718456 +0000
- git-parent:
[1b3363d16d006d7f3b0d8e7ba315007d91ed94d8]
- git-author:
- Sam Hocevar <sam@videolan.org> 1010718456 +0000
- Message:
- BSD compilation fix suggested by Steven M. Schultz.
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rd7b4b27 |
r37759cf |
|
| 3 | 3 | ***************************************************************************** |
|---|
| 4 | 4 | * Copyright (C) 2001, 2002 VideoLAN |
|---|
| 5 | | * $Id: intf_eject.c,v 1.2 2002/01/09 10:22:37 sam Exp $ |
|---|
| | 5 | * $Id: intf_eject.c,v 1.3 2002/01/11 03:07:36 sam Exp $ |
|---|
| 6 | 6 | * |
|---|
| 7 | 7 | * Author: Julien Blache <jb@technologeek.org> for the Linux part |
|---|
| … | … | |
| 30 | 30 | #include <videolan/vlc.h> |
|---|
| 31 | 31 | |
|---|
| | 32 | #ifdef HAVE_FCNTL_H |
|---|
| | 33 | # include <fcntl.h> |
|---|
| | 34 | #endif |
|---|
| | 35 | |
|---|
| 32 | 36 | #ifdef HAVE_DVD_H |
|---|
| 33 | 37 | # include <dvd.h> |
|---|
| … | … | |
| 44 | 48 | # include <sys/stat.h> |
|---|
| 45 | 49 | # include <sys/ioctl.h> |
|---|
| 46 | | # include <fcntl.h> |
|---|
| 47 | 50 | |
|---|
| 48 | 51 | # include <sys/ioctl.h> |
|---|