elf: Fix missing include in test case [BZ #27136]

Broken test was introduced in

  commit 8f85075a2e
  elf: Add a DTV setup test [BZ #27136]
This commit is contained in:
Szabolcs Nagy 2021-04-15 09:57:10 +01:00
parent 07c245a76b
commit 52290d8c04

View file

@ -21,6 +21,7 @@
#include <stdio.h>
#include <stdlib.h>
#include <support/check.h>
#include <support/support.h>
#include <support/xdlfcn.h>
#include <support/xthread.h>