#! /bin/sh /usr/share/dpatch/dpatch-run ## 01_gaim_build_bustication.dpatch by ## ## All lines beginning with `## DP:' are a description of the patch. ## DP: No description. @DPATCH@ diff -urNad autoprofile-2.14~/src/autoprofile.h autoprofile-2.14/src/autoprofile.h --- autoprofile-2.14~/src/autoprofile.h 2007-02-24 23:43:22.000000000 +0530 +++ autoprofile-2.14/src/autoprofile.h 2007-02-24 23:43:22.000000000 +0530 @@ -31,7 +31,6 @@ #include "component.h" #include "utility.h" -#include "internal.h" #include "plugin.h" #include "debug.h" #include "version.h" diff -urNad autoprofile-2.14~/src/component.h autoprofile-2.14/src/component.h --- autoprofile-2.14~/src/component.h 2007-02-24 23:43:22.000000000 +0530 +++ autoprofile-2.14/src/component.h 2007-02-24 23:43:36.000000000 +0530 @@ -23,7 +23,6 @@ #include "sizes.h" -#include "internal.h" #include "prefs.h" #include "notify.h" #include "util.h" @@ -31,6 +30,15 @@ #include "gtkgaim.h" #include "gtkutils.h" +#include +#include +#include +#include +#include + +#define _(x) gettext(x) +#define N_(x) (x) + struct component { char *id; char *description;