On Tue, Jul 22, 2008 at 5:42 AM, Steven Edwards winehacker@gmail.com wrote:
On Tue, Jul 22, 2008 at 1:31 AM, ros-arm-bringup@svn.reactos.org wrote:
#include <reactos/drivers/ntddrdsk.h> +#include "../../../filesystems/fs_rec/fs_rec.h"
This can cause problems with parallel makes.
This is what I get for commenting at 5 am...I thought you were including another .c file directly. ignore the part about parallel makes. But do try to avoid referencing the header like this. Just set an include path in the rbuild file and spare my eyes the horror of the directory traversal.