Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 278375 | Differences between
and this patch

Collapse All | Expand All

(-)cinepaint-0.22-1/app/base_frame_manager.c (+3 lines)
Lines 13-18 Link Here
13
   - bfm_check() has become public
13
   - bfm_check() has become public
14
*/ 
14
*/ 
15
15
16
17
#include <sys/stat.h>
18
#include <sys/types.h>
16
#include "base_frame_manager.h"
19
#include "base_frame_manager.h"
17
#include "store_frame_manager.h"
20
#include "store_frame_manager.h"
18
#include "clone.h"
21
#include "clone.h"
(-)cinepaint-0.22-1/app/object.c (+1 lines)
Lines 1-3 Link Here
1
#include <string.h>
1
#include "object.h"
2
#include "object.h"
2
#include "objectF.h"
3
#include "objectF.h"
3
#include "objectP.h"
4
#include "objectP.h"
(-)cinepaint-0.22-1/libgimp/stdplugins-intl.h (+1 lines)
Lines 23-28 Link Here
23
#define __STDPLUGINS_INTL_H__
23
#define __STDPLUGINS_INTL_H__
24
24
25
#include "gimpintl.h"
25
#include "gimpintl.h"
26
#include <stdlib.h>
26
27
27
#if defined (HAVE_BIND_TEXTDOMAIN_CODESET) && defined (GDK_WINDOWING_WIN32)
28
#if defined (HAVE_BIND_TEXTDOMAIN_CODESET) && defined (GDK_WINDOWING_WIN32)
28
#define BTDCS(d) bind_textdomain_codeset (d, "UTF-8")
29
#define BTDCS(d) bind_textdomain_codeset (d, "UTF-8")
(-)cinepaint-0.22-1/lib/drawable.c (+1 lines)
Lines 16-21 Link Here
16
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
16
 * Free Software Foundation, Inc., 59 Temple Place - Suite 330,
17
 * Boston, MA 02111-1307, USA.
17
 * Boston, MA 02111-1307, USA.
18
 */                                                                             
18
 */                                                                             
19
#include <string.h>
19
#include "plugin_main.h"
20
#include "plugin_main.h"
20
#include "../lib/wire/libtile.h"
21
#include "../lib/wire/libtile.h"
21
22
(-)cinepaint-0.22-1/lib/wire/wirebuffer.c (+1 lines)
Lines 5-10 Link Here
5
*/
5
*/
6
6
7
#include <stdio.h>
7
#include <stdio.h>
8
#include <string.h>
8
#include "wire.h"
9
#include "wire.h"
9
#include "wirebuffer.h"
10
#include "wirebuffer.h"
10
#include "iodebug.h"
11
#include "iodebug.h"

Return to bug 278375