diff options
author | Andreas Rottmann <a.rottmann@gmx.at> | 2009-09-14 12:34:37 +0200 |
---|---|---|
committer | Andreas Rottmann <a.rottmann@gmx.at> | 2009-09-14 12:34:37 +0200 |
commit | 3bebb94360f1c2333feb8d504a9fa4f96984d8b7 (patch) | |
tree | a8aaac2174791365ed3e9975ae81106a47902f2a /tests/locale.in.h | |
parent | fa095a4504cbe668e4244547e2c141597bea4ecf (diff) |
Imported Upstream version 0.9.1.1upstream/0.9.1.1
Diffstat (limited to 'tests/locale.in.h')
-rw-r--r-- | tests/locale.in.h | 5 |
1 files changed, 4 insertions, 1 deletions
diff --git a/tests/locale.in.h b/tests/locale.in.h index 10629f6c..0557c9f1 100644 --- a/tests/locale.in.h +++ b/tests/locale.in.h @@ -1,5 +1,5 @@ /* A POSIX <locale.h>. - Copyright (C) 2007-2008 Free Software Foundation, Inc. + Copyright (C) 2007-2009 Free Software Foundation, Inc. This program is free software: you can redistribute it and/or modify it under the terms of the GNU General Public License as published by @@ -26,6 +26,9 @@ #ifndef _GL_LOCALE_H #define _GL_LOCALE_H +/* NetBSD 5.0 mis-defines NULL. */ +#include <stddef.h> + /* The LC_MESSAGES locale category is specified in POSIX, but not in ISO C. On systems that don't define it, use the same value as GNU libintl. */ #if !defined LC_MESSAGES |