summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorrwatson <rwatson@FreeBSD.org>2001-02-12 02:44:33 +0000
committerrwatson <rwatson@FreeBSD.org>2001-02-12 02:44:33 +0000
commit74ebcffc621e62b347e441ee161f014c4f4b0bf7 (patch)
tree919c570276c034637eda27c2792c60fc8b055615
parent69b63ea5790a2f62e2a9a9dc14ac6b068fb6abc0 (diff)
downloadFreeBSD-src-74ebcffc621e62b347e441ee161f014c4f4b0bf7.zip
FreeBSD-src-74ebcffc621e62b347e441ee161f014c4f4b0bf7.tar.gz
o Fix build of libc broken in revision 1.2. offsetof() requires the
inclusion of stddef.h. Reviewed by: peter
-rw-r--r--lib/libc/locale/lmessages.c2
1 files changed, 2 insertions, 0 deletions
diff --git a/lib/libc/locale/lmessages.c b/lib/libc/locale/lmessages.c
index 0d026e5..c4fb0e8 100644
--- a/lib/libc/locale/lmessages.c
+++ b/lib/libc/locale/lmessages.c
@@ -26,6 +26,8 @@
* $FreeBSD$
*/
+#include <stddef.h>
+
#include "lmessages.h"
#include "ldpart.h"
OpenPOWER on IntegriCloud