9 lines
121 B
C
9 lines
121 B
C
#ifndef LIBVLC_BASE_H
|
|
#define LIBVLC_BASE_H
|
|
|
|
// typedef long int ssize_t;
|
|
|
|
#include <vlc/vlc.h>
|
|
|
|
#endif // LIBVLC_BASE_H
|