Revision: 38961
http://brlcad.svn.sourceforge.net/brlcad/?rev=38961&view=rev
Author: erikgreenwald
Date: 2010-05-04 21:40:49 +0000 (Tue, 04 May 2010)
Log Message:
-----------
wrap stdint.h in HAVE_STDINT_H
Modified Paths:
--------------
brlcad/trunk/src/adrt/adrt.h
Modified: brlcad/trunk/src/adrt/adrt.h
===================================================================
--- brlcad/trunk/src/adrt/adrt.h 2010-05-04 21:39:36 UTC (rev 38960)
+++ brlcad/trunk/src/adrt/adrt.h 2010-05-04 21:40:49 UTC (rev 38961)
@@ -24,12 +24,17 @@
*
*/
-#include <stdint.h>
-#include "adrt_struct.h"
-
#ifndef _ADRT_H
#define _ADRT_H
+#include "common.h"
+
+#ifdef HAVE_STDINT_H
+# include <stdint.h>
+#endif
+
+#include "adrt_struct.h"
+
#define ADRT_PORT 1982
#define ADRT_USE_COMPRESSION 1
#define ADRT_MAX_WORKSPACE_NUM 64
This was sent by the SourceForge.net collaborative development platform, the
world's largest Open Source development site.
------------------------------------------------------------------------------
_______________________________________________
BRL-CAD Source Commits mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/brlcad-commits