svn commit: r288010 - head/lib/libc/gdtoa

Craig Rodrigues rodrigc at FreeBSD.org
Sun Sep 20 04:06:06 UTC 2015


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"
 


More information about the svn-src-head mailing list