summaryrefslogtreecommitdiff
path: root/tests
diff options
context:
space:
mode:
authorBruno Haible <bruno@clisp.org>2007-03-06 03:19:52 +0000
committerBruno Haible <bruno@clisp.org>2007-03-06 03:19:52 +0000
commit2e76da3de2d7e63619b7eb2c094536487ee5bb2b (patch)
treea4636fa855f8b4f9dad2ebb98a673c866a4a9e1e /tests
parent4e60bbf36bd3873f96f7249ee8a07e8fada89118 (diff)
downloadgnulib-2e76da3de2d7e63619b7eb2c094536487ee5bb2b.tar.gz
Include <stddef.h>, for ptrdiff_t.
Diffstat (limited to 'tests')
-rw-r--r--tests/test-vasnprintf-posix.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/tests/test-vasnprintf-posix.c b/tests/test-vasnprintf-posix.c
index 5c92275d1a..791d6c72c5 100644
--- a/tests/test-vasnprintf-posix.c
+++ b/tests/test-vasnprintf-posix.c
@@ -24,6 +24,7 @@
#include "vasnprintf.h"
#include <stdarg.h>
+#include <stddef.h>
#include <stdint.h>
#include <stdlib.h>
#include <string.h>