Revision: 69048
          http://sourceforge.net/p/brlcad/code/69048
Author:   starseeker
Date:     2016-10-13 15:19:38 +0000 (Thu, 13 Oct 2016)
Log Message:
-----------
include headers with BU_EXPORT declarations (MSVC isn't happy without this.)

Modified Paths:
--------------
    brlcad/trunk/src/libbu/fgets.c
    brlcad/trunk/src/libbu/mread.c

Modified: brlcad/trunk/src/libbu/fgets.c
===================================================================
--- brlcad/trunk/src/libbu/fgets.c      2016-10-13 15:15:32 UTC (rev 69047)
+++ brlcad/trunk/src/libbu/fgets.c      2016-10-13 15:19:38 UTC (rev 69048)
@@ -25,6 +25,7 @@
 #include <math.h>
 #include <string.h>
 
+#includle "bu/log.h"
 
 char *
 bu_fgets(char *s, int size, FILE *stream)

Modified: brlcad/trunk/src/libbu/mread.c
===================================================================
--- brlcad/trunk/src/libbu/mread.c      2016-10-13 15:15:32 UTC (rev 69047)
+++ brlcad/trunk/src/libbu/mread.c      2016-10-13 15:19:38 UTC (rev 69048)
@@ -25,6 +25,7 @@
 #endif
 #include "bio.h"
 
+#include "bu/log.h"
 
 long int
 bu_mread(int fd, void *bufp, long int 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