comparison mcabber/modules/xttitle/xttitle.c @ 2038:5d5af91a0a69

Add missing stdio.h to xttitle.c
author Myhailo Danylenko <isbear@ukrpost.net>
date Thu, 22 Nov 2012 00:59:19 +0200
parents 8ad982f83fd6
children
comparison
equal deleted inserted replaced
2037:96c0d8afdbe6 2038:5d5af91a0a69
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 <http://www.gnu.org/licenses/>. 20 * along with this program. If not, see <http://www.gnu.org/licenses/>.
21 */ 21 */
22 22
23 #include <stdio.h>
23 #include <stdlib.h> 24 #include <stdlib.h>
24 #include <mcabber/modules.h> 25 #include <mcabber/modules.h>
25 #include <mcabber/settings.h> 26 #include <mcabber/settings.h>
26 #include <mcabber/hooks.h> 27 #include <mcabber/hooks.h>
27 #include <mcabber/logprint.h> 28 #include <mcabber/logprint.h>