projects
/
pspp
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
4e60bbf
)
Include <stddef.h>, for ptrdiff_t.
author
Bruno Haible
<bruno@clisp.org>
Tue, 6 Mar 2007 03:19:52 +0000
(
03:19
+0000)
committer
Bruno Haible
<bruno@clisp.org>
Tue, 6 Mar 2007 03:19:52 +0000
(
03:19
+0000)
tests/test-vasnprintf-posix.c
patch
|
blob
|
history
diff --git
a/tests/test-vasnprintf-posix.c
b/tests/test-vasnprintf-posix.c
index 5c92275d1a7e8a061cd8f904e2e2c7666f80997e..791d6c72c59c8b09d6f88207de11d9a6d0edae92 100644
(file)
--- 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>