Make sure ENOENT is defined. Spotted by jfbastien <bourgeoisie>.

http://groups.google.com/group/google-breakpad-discuss/browse_thread/thread/47f82fe37b7a46d8


git-svn-id: http://google-breakpad.googlecode.com/svn/trunk@222 4c0a9323-5329-0410-9bdc-e9ce6186880e
This commit is contained in:
mmentovai 2007-10-10 21:15:10 +00:00
parent a100421d48
commit 56d93f4902

View File

@ -30,6 +30,8 @@
// Disable exception handler warnings.
#pragma warning( disable : 4530 )
#include <errno.h>
#include "client/windows/sender/crash_report_sender.h"
#include "common/windows/http_upload.h"