Skip to content

Commit

Permalink
Fix wrong include of rtt-config.h
Browse files Browse the repository at this point in the history
Signed-off-by: Peter Soetens <[email protected]>
  • Loading branch information
Peter Soetens committed Aug 26, 2010
1 parent 8b9dc2f commit 60b5556
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rtt/internal/ListLockFree.hpp
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
#include "../os/oro_atomic.h"
#include "../os/CAS.hpp"
#include <boost/intrusive_ptr.hpp>
#include "rtt-config.h"
#include "../rtt-config.h"

#ifdef ORO_PRAGMA_INTERFACE
#pragma interface
Expand Down

0 comments on commit 60b5556

Please sign in to comment.