Fix compilation broken by cl/288340160.

PiperOrigin-RevId: 288363368
Change-Id: I45a3d26b8b2fe937270e0beb989a7cb82bd81103
This commit is contained in:
Benoit Jacob 2020-01-06 13:26:45 -08:00 committed by TensorFlower Gardener
parent b6d0218c34
commit ebc6577281

View File

@ -42,7 +42,7 @@ limitations under the License.
#include "tensorflow/lite/experimental/ruy/detect_arm.h"
#ifdef __linux__
#if defined __linux__ && defined __aarch64__
#include <sys/auxv.h>
#endif