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:
Daniel Kobras 2022-05-14 00:43:58 +08:00 committed by openKylinBot
parent 3ef513ad64
commit 82fb853d70
2 changed files with 8 additions and 0 deletions

View File

@ -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"

View File

@ -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>