summaryrefslogtreecommitdiff
path: root/meson.build
diff options
context:
space:
mode:
authorTim-Philipp Müller <tim@centricular.com>2019-12-07 14:22:06 +0000
committerGStreamer Merge Bot <gitlab-merge-bot@gstreamer-foundation.org>2019-12-09 07:33:55 +0000
commitca11e82e6640b6121997e760f6ef054e42af1fa3 (patch)
treedad11ef56f59ba2b792b52c9fc8120222d181a0a /meson.build
parent72bafd442f980852356225e8c96872a0989b0eb4 (diff)
tests: playback: include stdlib.h unconditionally
Like we do elsewhere. And drop the check for the header. Also remove some superfluous unistd.h includes.
Diffstat (limited to 'meson.build')
-rw-r--r--meson.build1
1 files changed, 0 insertions, 1 deletions
diff --git a/meson.build b/meson.build
index a8d7134a4..ff7f1caa4 100644
--- a/meson.build
+++ b/meson.build
@@ -115,7 +115,6 @@ check_headers = [
['HAVE_PROCESS_H', 'process.h'],
['HAVE_SMMINTRIN_H', 'smmintrin.h'],
['HAVE_STDINT_H', 'stdint.h'],
- ['HAVE_STDLIB_H', 'stdlib.h'],
['HAVE_STRINGS_H', 'strings.h'],
['HAVE_STRING_H', 'string.h'],
['HAVE_SYS_SOCKET_H', 'sys/socket.h'],