summaryrefslogtreecommitdiffstats
path: root/graphics/libdrm/files/extra-tests_modetest_modetest.c
blob: 73e4e74b88c83ca2aca6f28c545ef403d67d489f (plain) (blame)
1
2
3
4
5
6
7
8
9
10
11
12
13
--- tests/modetest/modetest.c.orig  2013-09-16 22:56:20.000000000 +0200
+++ tests/modetest/modetest.c   2013-11-07 11:32:10.534114644 +0100
@@ -59,6 +59,10 @@
 
 #include "buffers.h"
 
+#ifndef HAVE_STRCHRNUL
+char *strchrnul(const char *, int);
+#endif
+
 struct crtc {
    drmModeCrtc *crtc;
    drmModeObjectProperties *props;