Revision: 55668
http://sourceforge.net/p/brlcad/code/55668
Author: brlcad
Date: 2013-06-05 03:06:37 +0000 (Wed, 05 Jun 2013)
Log Message:
-----------
by design, common.h should always come before all system headers whenever
system headers are include.
Modified Paths:
--------------
brlcad/trunk/src/libbu/sscanf.c
Modified: brlcad/trunk/src/libbu/sscanf.c
===================================================================
--- brlcad/trunk/src/libbu/sscanf.c 2013-06-04 21:54:21 UTC (rev 55667)
+++ brlcad/trunk/src/libbu/sscanf.c 2013-06-05 03:06:37 UTC (rev 55668)
@@ -40,12 +40,16 @@
*
*/
+#include "common.h"
+
#include <ctype.h>
#include <stdarg.h>
#include <stdio.h>
#include <string.h>
+
#include "bu.h"
+
/*
* Flags used during conversion.
*/
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
How ServiceNow helps IT people transform IT departments:
1. A cloud service to automate IT design, transition and operations
2. Dashboards that offer high-level views of enterprise services
3. A single system of record for all IT processes
http://p.sf.net/sfu/servicenow-d2d-j
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits