Chromium Code Reviews| Index: third_party/sqlite/src/src/vxworks.h | 
| diff --git a/third_party/sqlite/src/src/vxworks.h b/third_party/sqlite/src/src/vxworks.h | 
| index 45a44453a7bb138a0285c341c1e3ef88549d1b82..e7013c3f667ff13bb704dfe8f3fc86458dd0cf24 100644 | 
| --- a/third_party/sqlite/src/src/vxworks.h | 
| +++ b/third_party/sqlite/src/src/vxworks.h | 
| @@ -26,4 +26,7 @@ | 
| #else | 
| /* This is not VxWorks. */ | 
| #define OS_VXWORKS 0 | 
| +#define HAVE_FCHOWN 1 | 
| +#define HAVE_READLINK 1 | 
| +#define HAVE_LSTAT 1 | 
| #endif /* defined(_WRS_KERNEL) */ |