mingw: fix compilation error
commita9b14ab3a392a921defb39fcce2b9e1912aa742e
authorStefan Becker <chemobejk@gmail.com>
Thu, 9 Feb 2012 07:27:16 +0000 (9 09:27 +0200)
committerStefan Becker <chemobejk@gmail.com>
Thu, 9 Feb 2012 07:27:16 +0000 (9 09:27 +0200)
tree8407bbba2446e966c85f364f2895d12a5fa93407
parentd755a5af804f126e1f96662e2a77d8574bcb2096
mingw: fix compilation error

It seems that Pidgin's win32/win32dep.h and errno.h can't be included
together. Moving errno.h into the _WIN32 flagging in purple-chat.c fixes
the build problem seen on OBS.
src/purple/purple-chat.c