Ticket #25092: patch-libpurple_internal.h

File patch-libpurple_internal.h, 288 bytes (added by yaseppochi (Stephen J. Turnbull), 14 years ago)

patch for issue 25092 gcc finds wrong config

Line 
1--- libpurple/internal.h.orig   2010-10-23 16:48:28.000000000 +0900
2+++ libpurple/internal.h        2010-10-23 16:51:25.000000000 +0900
3@@ -27,7 +27,7 @@
4 #define _PURPLE_INTERNAL_H_
5 
6 #ifdef HAVE_CONFIG_H
7-# include <config.h>
8+# include "../config.h"
9 #endif
10 
11 /* for SIOCGIFCONF  in SKYOS */