summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorvlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2003-10-08 15:22:05 +0000
committervlefevre <vlefevre@280ebfd0-de03-0410-8827-d642c229c3f4>2003-10-08 15:22:05 +0000
commit0cdab09f4a525d01f0a63fe0a5e2e239e24c3fc2 (patch)
tree7b84644b2ef9cdbcdeed7697b1f81c9af6426a63
parenta3f078771126f3c7a5dede2a04f3a98a2cde7bc4 (diff)
downloadmpfr-0cdab09f4a525d01f0a63fe0a5e2e239e24c3fc2.tar.gz
Added a #include <stddef.h> because size_t is used.
git-svn-id: svn://scm.gforge.inria.fr/svn/mpfr/trunk@2485 280ebfd0-de03-0410-8827-d642c229c3f4
-rw-r--r--strncasecmp.c1
1 files changed, 1 insertions, 0 deletions
diff --git a/strncasecmp.c b/strncasecmp.c
index 7900b6e85..605eeb0bb 100644
--- a/strncasecmp.c
+++ b/strncasecmp.c
@@ -30,6 +30,7 @@ Boston, MA 02111-1307, USA. */
#endif
#endif
+#include <stddef.h>
#include <ctype.h>
int mpfr_strncasecmp (const char *, const char *, size_t);