j
: Next unread message k
: Previous unread message j a
: Jump to all threads
j l
: Jump to MailingList overview
Author: blueswirl Date: 2008-11-28 21:21:46 +0100 (Fri, 28 Nov 2008) New Revision: 267
Modified: openbios-devel/drivers/pci.c Log: Fix PPC compilation
Modified: openbios-devel/drivers/pci.c =================================================================== --- openbios-devel/drivers/pci.c 2008-11-28 19:40:28 UTC (rev 266) +++ openbios-devel/drivers/pci.c 2008-11-28 20:21:46 UTC (rev 267) @@ -21,6 +21,7 @@
#include "openbios/drivers.h" #include "timer.h" +#include "openbios/pci.h" #include "pci.h"
#define set_bool_property(ph, name) set_property(ph, name, NULL, 0);