Changeset a2adfba0d88880e1919d2460a3299a070532c768
- Timestamp:
- 26/05/08 20:10:37
(4 months ago)
- Author:
- Rémi Denis-Courmont <rem@videolan.org>
- git-committer:
- Rémi Denis-Courmont <rem@videolan.org> 1211825437 +0300
- git-parent:
[6bd44f4c62f87f24e301310fa3941d640b76ec5b]
- git-author:
- Rémi Denis-Courmont <rem@videolan.org> 1211825437 +0300
- Message:
Missing assert.h
-
Files:
-
Legend:
- Unmodified
- Added
- Removed
- Modified
- Copied
- Moved
| r449fd28 |
ra2adfba |
|
| 23 | 23 | # include "config.h" |
|---|
| 24 | 24 | #endif |
|---|
| | 25 | |
|---|
| | 26 | #undef NDEBUG |
|---|
| | 27 | #include <assert.h> |
|---|
| 25 | 28 | |
|---|
| 26 | 29 | #include <vlc/vlc.h> |
|---|