Fix ppc linux compile.

This commit is contained in:
Steve Checkoway
2005-10-30 13:11:15 +00:00
parent 91c38af1f7
commit 3cb0889324
@@ -7,8 +7,10 @@
#if defined(WINDOWS)
#include "LightsDriver_Win32Parallel.h"
#endif
#ifndef __PPC__
#if defined(LINUX)
#include "LightsDriver_LinuxParallel.h"
#endif
#include "LightsDriver_LinuxWeedTech.h"
#endif
#include "LightsDriver_SystemMessage.h"