libpurple/protocols/sametime/sametime.c

changeset 40439
e9838d634d5e
parent 40358
e6fe6fc1f516
child 40441
f23c7e772667
equal deleted inserted replaced
40362:1edaee25f763 40439:e9838d634d5e
19 along with this program; if not, write to the Free Software 19 along with this program; if not, write to the Free Software
20 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301, 20 Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301,
21 USA. 21 USA.
22 */ 22 */
23 23
24 #include "internal.h" 24 #define BUF_LEN (2048)
25 #define BUF_LONG (BUF_LEN * 2)
25 26
26 /* system includes */ 27 /* system includes */
27 #include <stdlib.h> 28 #include <stdlib.h>
28 #include <time.h> 29 #include <time.h>
29 30
30 /* glib includes */ 31 /* glib includes */
31 #include <glib.h> 32 #include <glib.h>
33 #include <glib/gstdio.h>
32 #include <gmime/gmime.h> 34 #include <gmime/gmime.h>
33 35
34 /* purple includes */ 36 /* purple includes */
35 #include <purple.h> 37 #include <purple.h>
36 38

mercurial