xref: /aosp_15_r20/external/cronet/base/third_party/cityhash_v103/patches/001-fix-include-paths.patch (revision 6777b5387eb2ff775bb5750e3f5d96f37fb7352b)
1diff --git a/base/third_party/cityhash_v103/src/city_v103.cc b/base/third_party/cityhash_v103/src/city_v103.cc
2index bd6bc1aa2c8c..e02d20fbbaf7 100644
3--- a/base/third_party/cityhash_v103/src/city_v103.cc
4+++ b/base/third_party/cityhash_v103/src/city_v103.cc
5@@ -27,8 +27,7 @@
6 // possible hash functions, by using SIMD instructions, or by
7 // compromising on hash quality.
8
9-#include "config.h"
10-#include <city.h>
11+#include "base/third_party/cityhash_v103/src/city_v103.h"
12
13 #include <algorithm>
14 #include <string.h>  // for memcpy and memset
15