Revision: 40594
          http://brlcad.svn.sourceforge.net/brlcad/?rev=40594&view=rev
Author:   starseeker
Date:     2010-09-17 03:58:44 +0000 (Fri, 17 Sep 2010)

Log Message:
-----------
Gentoo needs stdlib.h for getenv

Modified Paths:
--------------
    brlcad/branches/cmake/misc/CMake/test_srcs/report_username.c.in

Modified: brlcad/branches/cmake/misc/CMake/test_srcs/report_username.c.in
===================================================================
--- brlcad/branches/cmake/misc/CMake/test_srcs/report_username.c.in     
2010-09-17 03:42:25 UTC (rev 40593)
+++ brlcad/branches/cmake/misc/CMake/test_srcs/report_username.c.in     
2010-09-17 03:58:44 UTC (rev 40594)
@@ -1,4 +1,5 @@
 #include <stdio.h>
+#include <stdlib.h>
 #include <unistd.h>
 #ifdef WIN32
    #define USERVAR "USERNAME"


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

------------------------------------------------------------------------------
Start uncovering the many advantages of virtual appliances
and start using them to simplify application deployment and
accelerate your shift to cloud computing.
http://p.sf.net/sfu/novell-sfdev2dev
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to