comparison libpurple/whiteboard.c @ 28647:f1437342cc0e

Include 'internal.h' before all other headers to make some non-gcc compilers happy. This in particular impacts Solaris8, where the system headers set _FILE_OFFSET_BITS to 32, even when it's detected by the config scripts as 64. Refs #10523
author Paul Aurich <paul@darkrain42.org>
date Fri, 27 Nov 2009 07:12:35 +0000
parents a6e3cb32cdd2
children cea77667da7d 3828a61c44da
comparison
equal deleted inserted replaced
28646:9feec7d1d95c 28647:f1437342cc0e
18 * You should have received a copy of the GNU General Public License 18 * You should have received a copy of the GNU General Public License
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 USA 20 * Foundation, Inc., 51 Franklin Street, Fifth Floor, Boston, MA 02111-1301 USA
21 * 21 *
22 */ 22 */
23
24 #include <string.h>
25 23
26 #include "internal.h" 24 #include "internal.h"
27 #include "whiteboard.h" 25 #include "whiteboard.h"
28 #include "prpl.h" 26 #include "prpl.h"
29 27