comparison libpurple/protocols/jabber/usernick.c @ 19698:d32ed28cf645

Fix mingw build of xmpp prpl
author Daniel Atallah <daniel.atallah@gmail.com>
date Mon, 10 Sep 2007 14:37:40 +0000
parents 5f4dcaf1f886
children c4ac3aa20ea2 ab38146f8f78
comparison
equal deleted inserted replaced
19697:481749fc0b6b 19698:d32ed28cf645
16 * You should have received a copy of the GNU General Public License 16 * You should have received a copy of the GNU General Public License
17 * along with this program; if not, write to the Free Software 17 * along with this program; if not, write to the Free Software
18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA 18 * Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA 02111-1307 USA
19 * 19 *
20 */ 20 */
21
22 #include "internal.h"
21 23
22 #include "usernick.h" 24 #include "usernick.h"
23 #include "pep.h" 25 #include "pep.h"
24 #include <assert.h> 26 #include <assert.h>
25 #include <string.h> 27 #include <string.h>