summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorAdrian Knoth <adi@drcomp.erfurt.thur.de>2017-03-12 20:24:24 +0100
committerGitHub <noreply@github.com>2017-03-12 20:24:24 +0100
commit0ca2539f5cd76c17038d48a661b8d4d9257af349 (patch)
treed48a34c7bcff1e481aecb3b04abad27ed78cdfae /tests
parent12543dd741028b5a39874679f3e2e58a577bc24a (diff)
parent1dc83fd7debf9611901e3501ae404222e2b71b0e (diff)
downloadjack2-0ca2539f5cd76c17038d48a661b8d4d9257af349.tar.gz
Merge pull request #229 from rahul-bedarkar/fix-build-with-glibc
tests: define __STDC_LIMIT_MACROS
Diffstat (limited to 'tests')
-rw-r--r--tests/iodelay.cpp1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/iodelay.cpp b/tests/iodelay.cpp
index 1ef470fd..f5c58364 100644
--- a/tests/iodelay.cpp
+++ b/tests/iodelay.cpp
@@ -20,6 +20,7 @@
#include <stdlib.h>
#include <stdio.h>
+#define __STDC_LIMIT_MACROS
#include <stdint.h>
#include <math.h>
#include <unistd.h>