mirror of https://gitee.com/openkylin/libdv.git
Removing inclusion of config.h from dv_types.h revealed two
files that should include it themselves. Gbp-Pq: Name 0004-move_config_h_to_apps.patch
This commit is contained in:
parent
3ef513ad64
commit
82fb853d70
|
@ -24,6 +24,10 @@
|
|||
* The libdv homepage is http://libdv.sourceforge.net/.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include <string.h>
|
||||
#include "libdv/dv_types.h"
|
||||
#include "libdv/dv.h"
|
||||
|
|
|
@ -23,6 +23,10 @@
|
|||
* The libdv homepage is http://libdv.sourceforge.net/.
|
||||
*/
|
||||
|
||||
#ifdef HAVE_CONFIG_H
|
||||
#include <config.h>
|
||||
#endif
|
||||
|
||||
#include "libdv/dv_types.h"
|
||||
|
||||
#include <stdio.h>
|
||||
|
|
Loading…
Reference in New Issue