diff options
author | patrick@chromium.org <patrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-20 17:26:02 +0000 |
---|---|---|
committer | patrick@chromium.org <patrick@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2009-03-20 17:26:02 +0000 |
commit | d67c249a2ab9c2cf7a8b1c96522c763e9345da32 (patch) | |
tree | f879e6d790af3f362c7709da8fd662f9ad56e121 /chrome/common/ipc_send_fds_test.cc | |
parent | a95972d843da1bfe3b0c5a3d850604dc660609d7 (diff) | |
download | chromium_src-d67c249a2ab9c2cf7a8b1c96522c763e9345da32.zip chromium_src-d67c249a2ab9c2cf7a8b1c96522c763e9345da32.tar.gz chromium_src-d67c249a2ab9c2cf7a8b1c96522c763e9345da32.tar.bz2 |
Add #include <fcntl.h>
Review URL: http://codereview.chromium.org/50060
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@12190 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'chrome/common/ipc_send_fds_test.cc')
-rw-r--r-- | chrome/common/ipc_send_fds_test.cc | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/chrome/common/ipc_send_fds_test.cc b/chrome/common/ipc_send_fds_test.cc index a22de65..747892d 100644 --- a/chrome/common/ipc_send_fds_test.cc +++ b/chrome/common/ipc_send_fds_test.cc @@ -11,6 +11,7 @@ extern "C" { #include <sandbox.h> } #endif +#include <fcntl.h> #include <sys/stat.h> #include "base/message_loop.h" |