pidgin/pidginapplication.c

changeset 42410
563e7a17c220
parent 42377
6e3f1f8709b5
child 42507
8e8f223cdd5a
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.h> 25 #include <glib.h>
28 #include <glib/gi18n-lib.h> 26 #include <glib/gi18n-lib.h>
29 #include <glib/gstdio.h> 27 #include <glib/gstdio.h>
30 28

mercurial