pidgin/libpidgin.c

changeset 42410
563e7a17c220
parent 42283
885e1f4f98b3
child 42473
c2cb3f628555
equal deleted inserted replaced
42409:35ac55f4809d 42410:563e7a17c220
18 * 18 *
19 * You should have received a copy of the GNU General Public License 19 * You should have received a copy of the GNU General Public License
20 * along with this program; if not, see <https://www.gnu.org/licenses/>. 20 * along with this program; if not, see <https://www.gnu.org/licenses/>.
21 */ 21 */
22 22
23 #ifdef HAVE_CONFIG_H 23 #include <purpleconfig.h>
24 # include <config.h>
25 #endif
26 24
27 #include <glib/gi18n-lib.h> 25 #include <glib/gi18n-lib.h>
28 26
29 #include <locale.h> 27 #include <locale.h>
30 28

mercurial