commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10503 - gnuradio/branches/developers/michaelld/omnith


From: michaelld
Subject: [Commit-gnuradio] r10503 - gnuradio/branches/developers/michaelld/omnithread/omnithread/gnuradio
Date: Wed, 25 Feb 2009 10:28:12 -0700 (MST)

Author: michaelld
Date: 2009-02-25 10:28:12 -0700 (Wed, 25 Feb 2009)
New Revision: 10503

Modified:
   
gnuradio/branches/developers/michaelld/omnithread/omnithread/gnuradio/omnithread.h
Log:
Make sure GR's omnithread headers correctly include other GR
omnithread headers.



Modified: 
gnuradio/branches/developers/michaelld/omnithread/omnithread/gnuradio/omnithread.h
===================================================================
--- 
gnuradio/branches/developers/michaelld/omnithread/omnithread/gnuradio/omnithread.h
  2009-02-25 15:53:00 UTC (rev 10502)
+++ 
gnuradio/branches/developers/michaelld/omnithread/omnithread/gnuradio/omnithread.h
  2009-02-25 17:28:12 UTC (rev 10503)
@@ -77,10 +77,10 @@
 #endif
 
 #if defined(OMNITHREAD_POSIX)
-#include <ot_posix.h>
+#include <gnuradio/ot_posix.h>
 
 #elif defined(OMNITHREAD_NT)
-#include <ot_nt.h>
+#include <gnuradio/ot_nt.h>
 
 #ifdef _MSC_VER
 
@@ -111,7 +111,7 @@
  // _MSC_VER
  
 #elif defined(__vxWorks__)
-#include <ot_VxThread.h>
+#include <gnuradio/ot_VxThread.h>
 
 #elif defined(__sunos__)
 #if __OSVERSION__ != 5
@@ -122,17 +122,17 @@
 #endif
 #endif
 #ifdef UseSolarisThreads
-#include <ot_solaris.h>
+#include <gnuradio/ot_solaris.h>
 #else
-#include <ot_posix.h>
+#include <gnuradio/ot_posix.h>
 #endif
 
 #elif defined(__rtems__)
-#include <ot_posix.h>
+#include <gnuradio/ot_posix.h>
 #include <sched.h>
 
 #elif defined(__macos__)
-#include <ot_posix.h>
+#include <gnuradio/ot_posix.h>
 #include <sched.h>
 
 #else





reply via email to

[Prev in Thread] Current Thread [Next in Thread]