comparison libpurple/protocols/msn/slpcall.c @ 31196:230caecf5435

Include internal.h on each c file to avoid windows breakage as recommended by Daniel.
author masca@cpw.pidgin.im
date Fri, 28 May 2010 22:45:52 +0000
parents a99b6dcdb60d
children 9429f30001f6
comparison
equal deleted inserted replaced
31195:575d1af924af 31196:230caecf5435
20 * You should have received a copy of the GNU General Public License 20 * You should have received a copy of the GNU General Public License
21 * along with this program; if not, write to the Free Software 21 * along with this program; if not, write to the Free Software
22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA 22 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
23 */ 23 */
24 24
25 #include "internal.h"
25 #include "debug.h" 26 #include "debug.h"
26 27
27 #include "msnutils.h" 28 #include "msnutils.h"
28 #include "slpcall.h" 29 #include "slpcall.h"
29 30