Revision: 72356
          http://sourceforge.net/p/brlcad/code/72356
Author:   starseeker
Date:     2019-02-05 20:50:22 +0000 (Tue, 05 Feb 2019)
Log Message:
-----------
bu_getcwd header definition is in app.h - need for export logic in MSVC

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

Modified: brlcad/trunk/src/libbu/getcwd.c
===================================================================
--- brlcad/trunk/src/libbu/getcwd.c     2019-02-05 20:47:51 UTC (rev 72355)
+++ brlcad/trunk/src/libbu/getcwd.c     2019-02-05 20:50:22 UTC (rev 72356)
@@ -36,6 +36,7 @@
 #endif
 #include <string.h>
 
+#include "bu/app.h"
 #include "bu/file.h"
 #include "bu/malloc.h"
 #include "bu/str.h"

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



_______________________________________________
BRL-CAD Source Commits mailing list
brlcad-commits@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to