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

(-)testarray.c.orig (-1 / +1 lines)
Lines 27-33 Link Here
27
27
28
#include <stdio.h>
28
#include <stdio.h>
29
#include <stdlib.h>
29
#include <stdlib.h>
30
#include <cups/string.h>
30
#include "string.h"
31
#include <errno.h>
31
#include <errno.h>
32
#include "array.h"
32
#include "array.h"
33
#include "dir.h"
33
#include "dir.h"
(-)testipp.c.orig (-1 / +1 lines)
Lines 25-31 Link Here
25
25
26
#include <stdio.h>
26
#include <stdio.h>
27
#include <stdlib.h>
27
#include <stdlib.h>
28
#include <cups/string.h>
28
#include "string.h"
29
#include <errno.h>
29
#include <errno.h>
30
#include "ipp-private.h"
30
#include "ipp-private.h"
31
#ifdef WIN32
31
#ifdef WIN32
(-)testppd.c.orig (-1 / +1 lines)
Lines 25-31 Link Here
25
25
26
#include <stdio.h>
26
#include <stdio.h>
27
#include <stdlib.h>
27
#include <stdlib.h>
28
#include <cups/string.h>
28
#include "string.h"
29
#include <errno.h>
29
#include <errno.h>
30
#include "ppd.h"
30
#include "ppd.h"
31
#ifdef WIN32
31
#ifdef WIN32

Return to bug 246566