Changeset 165459ab33ff11aeb632f038c46ffc3f32550900
- Timestamp:
- 20/01/08 12:13:55
(11 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1200827635 +0000
- git-parent:
[fdf8881ad94f565c0540161469613bc69ed821a8]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1200827635 +0000
- Message:
Fix previous commit
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| rfdf8881 |
r165459a |
|
| 46 | 46 | # include <sys/stat.h> |
|---|
| 47 | 47 | #endif |
|---|
| 48 | | #ifdef HAVE_POLL_H |
|---|
| | 48 | #ifdef HAVE_POLL |
|---|
| 49 | 49 | # include <poll.h> |
|---|
| 50 | 50 | #endif |
|---|
| rfdf8881 |
r165459a |
|
| 39 | 39 | # include <sys/types.h> |
|---|
| 40 | 40 | #endif |
|---|
| 41 | | #ifdef HAVE_POLL_H |
|---|
| | 41 | #ifdef HAVE_POLL |
|---|
| 42 | 42 | # include <poll.h> |
|---|
| 43 | 43 | #endif |
|---|
| rfdf8881 |
r165459a |
|
| 44 | 44 | # include <unistd.h> |
|---|
| 45 | 45 | #endif |
|---|
| 46 | | #ifdef HAVE_POLL_H |
|---|
| | 46 | #ifdef HAVE_POLL |
|---|
| 47 | 47 | # include <poll.h> |
|---|
| 48 | 48 | #endif |
|---|