]> git.sesse.net Git - vlc/blob - plugins/kde/kde_common.h
* Fixed a little omission in INSTALL-win32.txt.
[vlc] / plugins / kde / kde_common.h
1 /***************************************************************************
2                           kde_common.h  -  description
3                              -------------------
4     begin                : Mon Apr 9 2001
5     copyright            : (C) 2001 by andres
6     email                : dae@chez.com
7  ***************************************************************************/
8
9 #ifndef _INTF_PLUGIN_H_
10 #define _INTF_PLUGIN_H_
11
12 extern "C"
13 {
14 #include <errno.h>
15 #include <stdlib.h>
16 #include <string.h>
17 #include <stdio.h>
18
19 #include <videolan/vlc.h>
20
21 #include "stream_control.h"
22 #include "input_ext-intf.h"
23
24 #include "intf_playlist.h"
25 #include "interface.h"
26 }
27
28 #endif /* _INTF_PLUGIN_H_ */