diff options
author | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-04 00:32:25 +0000 |
---|---|---|
committer | evan@chromium.org <evan@chromium.org@0039d316-1c4b-4281-b951-d872f2087c98> | 2010-11-04 00:32:25 +0000 |
commit | 1f59edcb6592e1586822c4c9e6aea31e1fb1071c (patch) | |
tree | c4c7811d032a09d97b3105a6b49e1a786aa7ba30 /base | |
parent | 00c517679bb98190b8fe2de1a4a6efa63c5228e6 (diff) | |
download | chromium_src-1f59edcb6592e1586822c4c9e6aea31e1fb1071c.zip chromium_src-1f59edcb6592e1586822c4c9e6aea31e1fb1071c.tar.gz chromium_src-1f59edcb6592e1586822c4c9e6aea31e1fb1071c.tar.bz2 |
linux: include linux/nfs_fs.h for NFS superblock magic
The location of the definition we want has moved over time.
See the bug for why this location is better.
BUG=52269
TEST=compiles
Review URL: http://codereview.chromium.org/4455001
git-svn-id: svn://svn.chromium.org/chrome/trunk/src@65000 0039d316-1c4b-4281-b951-d872f2087c98
Diffstat (limited to 'base')
-rw-r--r-- | base/nss_util.cc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/base/nss_util.cc b/base/nss_util.cc index 95b0082..fd91142 100644 --- a/base/nss_util.cc +++ b/base/nss_util.cc @@ -14,7 +14,7 @@ #include <secmod.h> #if defined(OS_LINUX) -#include <linux/magic.h> +#include <linux/nfs_fs.h> #include <sys/vfs.h> #endif |