summaryrefslogtreecommitdiff
path: root/gl/stdlib.in.h
diff options
context:
space:
mode:
authorSimon Josefsson <simon@josefsson.org>2009-08-15 09:58:09 +0200
committerSimon Josefsson <simon@josefsson.org>2009-08-15 09:58:09 +0200
commitb5157c8944c1d999a45e4177ebcc52b9feea088f (patch)
treeb03af6d0c4e8b931c57cccc737cc056ac11b5116 /gl/stdlib.in.h
parent331dc98fc52955825a5bbc91b2cc4c24e97c8e8b (diff)
downloadgnutls-b5157c8944c1d999a45e4177ebcc52b9feea088f.tar.gz
Update gnulib files.
Diffstat (limited to 'gl/stdlib.in.h')
-rw-r--r--gl/stdlib.in.h2
1 files changed, 2 insertions, 0 deletions
diff --git a/gl/stdlib.in.h b/gl/stdlib.in.h
index f99767f600..c7c8e8fb7f 100644
--- a/gl/stdlib.in.h
+++ b/gl/stdlib.in.h
@@ -35,6 +35,8 @@
#ifndef _GL_STDLIB_H
#define _GL_STDLIB_H
+/* NetBSD 5.0 mis-defines NULL. */
+#include <stddef.h>
/* Solaris declares getloadavg() in <sys/loadavg.h>. */
#if @GNULIB_GETLOADAVG@ && @HAVE_SYS_LOADAVG_H@