Revision: 69049
          http://sourceforge.net/p/brlcad/code/69049
Author:   starseeker
Date:     2016-10-13 15:21:12 +0000 (Thu, 13 Oct 2016)
Log Message:
-----------
another missing include

Modified Paths:
--------------
    brlcad/trunk/src/libbu/scan.c

Modified: brlcad/trunk/src/libbu/scan.c
===================================================================
--- brlcad/trunk/src/libbu/scan.c       2016-10-13 15:19:38 UTC (rev 69048)
+++ brlcad/trunk/src/libbu/scan.c       2016-10-13 15:21:12 UTC (rev 69049)
@@ -24,10 +24,10 @@
 #include <stdarg.h>
 #include <string.h>
 
+#include "bu/log.h"
 #include "bu/malloc.h"
 #include "bu/str.h"
 
-
 int
 bu_scan_fastf_t(int *c, const char *src, const char *delim, size_t n, ...)
 {

This was sent by the SourceForge.net collaborative development platform, the 
world's largest Open Source development site.


------------------------------------------------------------------------------
Check out the vibrant tech community on one of the world's most 
engaging tech sites, SlashDot.org! http://sdm.link/slashdot
_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to