Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 529162
Collapse All | Expand All

(-)a/src/compat.h (+2 lines)
Lines 1-6 Link Here
1
// basic headers
1
// basic headers
2
#define _GNU_SOURCE /* really just for strndup */
2
#define _GNU_SOURCE /* really just for strndup */
3
3
4
#include "config.h"
5
4
#ifdef HAVE_STDBOOL_H
6
#ifdef HAVE_STDBOOL_H
5
# include <stdbool.h>
7
# include <stdbool.h>
6
#else
8
#else
(-)a/src/conffile.c (-1 lines)
Lines 21-27 Link Here
21
 * MA 02110-1301 USA.
21
 * MA 02110-1301 USA.
22
 */
22
 */
23
23
24
#include "config.h"
25
#include "compat.h"
24
#include "compat.h"
26
#include <errno.h>
25
#include <errno.h>
27
#include "conffile.h"
26
#include "conffile.h"
(-)a/src/dvdauthor.c (-2 lines)
Lines 20-27 Link Here
20
 * MA 02110-1301 USA.
20
 * MA 02110-1301 USA.
21
 */
21
 */
22
22
23
#include "config.h"
24
25
#include "compat.h"
23
#include "compat.h"
26
24
27
#include <sys/types.h>
25
#include <sys/types.h>
(-)a/src/dvdcompile.c (-2 lines)
Lines 20-27 Link Here
20
 * MA 02110-1301 USA.
20
 * MA 02110-1301 USA.
21
 */
21
 */
22
22
23
#include "config.h"
24
25
#include "compat.h"
23
#include "compat.h"
26
#include <assert.h>
24
#include <assert.h>
27
25
(-)a/src/dvdpgc.c (-1 lines)
Lines 20-26 Link Here
20
 * MA 02110-1301 USA.
20
 * MA 02110-1301 USA.
21
 */
21
 */
22
22
23
#include "config.h"
24
#include "compat.h"
23
#include "compat.h"
25
#include <errno.h>
24
#include <errno.h>
26
#include <assert.h>
25
#include <assert.h>
(-)a/src/dvdunauthor.c (-2 lines)
Lines 23-30 Link Here
23
 * MA 02110-1301 USA.
23
 * MA 02110-1301 USA.
24
 */
24
 */
25
25
26
#include "config.h"
27
28
#include "compat.h"
26
#include "compat.h"
29
27
30
#include <ctype.h>
28
#include <ctype.h>
(-)a/src/dvduncompile.c (-1 lines)
Lines 22-28 Link Here
22
 * MA 02110-1301 USA.
22
 * MA 02110-1301 USA.
23
 */
23
 */
24
24
25
#include "config.h"
26
#include "compat.h"
25
#include "compat.h"
27
26
28
#include <stdio.h>
27
#include <stdio.h>
(-)a/src/dvdvob.c (-2 lines)
Lines 20-27 Link Here
20
 * MA 02110-1301 USA.
20
 * MA 02110-1301 USA.
21
 */
21
 */
22
22
23
#include "config.h"
24
25
#include "compat.h"
23
#include "compat.h"
26
24
27
#include <assert.h>
25
#include <assert.h>
(-)a/src/readxml.c (-2 lines)
Lines 20-27 Link Here
20
 * MA 02110-1301 USA.
20
 * MA 02110-1301 USA.
21
 */
21
 */
22
22
23
#include "config.h"
24
25
#include "compat.h"
23
#include "compat.h"
26
24
27
#include <assert.h>
25
#include <assert.h>
(-)a/src/spuunmux.c (-1 lines)
Lines 31-37 Link Here
31
 * MA 02110-1301 USA.
31
 * MA 02110-1301 USA.
32
 */
32
 */
33
33
34
#include "config.h"
35
#include "compat.h"
34
#include "compat.h"
36
35
37
#include <fcntl.h>
36
#include <fcntl.h>
(-)a/src/subgen-encode.c (-2 lines)
Lines 21-28 Link Here
21
 * MA 02110-1301 USA.
21
 * MA 02110-1301 USA.
22
 */
22
 */
23
23
24
#include "config.h"
25
26
#include "compat.h"
24
#include "compat.h"
27
25
28
#include <assert.h>
26
#include <assert.h>
29
27

Return to bug 529162