Skip site navigation (1)Skip section navigation (2)
Date:      Sun, 20 Sep 2015 04:06:05 +0000 (UTC)
From:      Craig Rodrigues <rodrigc@FreeBSD.org>
To:        src-committers@freebsd.org, svn-src-all@freebsd.org, svn-src-head@freebsd.org
Subject:   svn commit: r288010 - head/lib/libc/gdtoa
Message-ID:  <201509200406.t8K4658K072381@repo.freebsd.org>

next in thread | raw e-mail | index | archive | help
Author: rodrigc
Date: Sun Sep 20 04:06:04 2015
New Revision: 288010
URL: https://svnweb.freebsd.org/changeset/base/288010

Log:
  Add missing include to eliminate -Wmissing-prototypes warning

Modified:
  head/lib/libc/gdtoa/_ldtoa.c

Modified: head/lib/libc/gdtoa/_ldtoa.c
==============================================================================
--- head/lib/libc/gdtoa/_ldtoa.c	Sun Sep 20 03:59:27 2015	(r288009)
+++ head/lib/libc/gdtoa/_ldtoa.c	Sun Sep 20 04:06:04 2015	(r288010)
@@ -32,6 +32,7 @@ __FBSDID("$FreeBSD$");
 #include <limits.h>
 #include <math.h>
 #include <stdlib.h>
+#include "../stdio/floatio.h"
 #include "fpmath.h"
 #include "gdtoaimp.h"
 



Want to link to this message? Use this URL: <https://mail-archive.FreeBSD.org/cgi/mid.cgi?201509200406.t8K4658K072381>