Revision: 56412
          http://sourceforge.net/p/brlcad/code/56412
Author:   mohitdaga
Date:     2013-08-01 13:09:58 +0000 (Thu, 01 Aug 2013)
Log Message:
-----------
Add sys/stat header for FLAGS used in read/write.

Modified Paths:
--------------
    brlcad/trunk/src/libicv/bw.c

Modified: brlcad/trunk/src/libicv/bw.c
===================================================================
--- brlcad/trunk/src/libicv/bw.c        2013-08-01 12:48:20 UTC (rev 56411)
+++ brlcad/trunk/src/libicv/bw.c        2013-08-01 13:09:58 UTC (rev 56412)
@@ -26,6 +26,7 @@
 #include "common.h"
 
 #include <stdlib.h>
+#include <sys/stat.h>  /* for file mode info in WRMODE */
 #include <fcntl.h>
 
 #include "bio.h"

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


------------------------------------------------------------------------------
Get your SQL database under version control now!
Version control is standard for application code, but databases havent 
caught up. So what steps can you take to put your SQL databases under 
version control? Why should you start doing it? Read more to find out.
http://pubads.g.doubleclick.net/gampad/clk?id=49501711&iu=/4140/ostg.clktrk
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits

Reply via email to