]> git.hungrycats.org Git - linux/commitdiff
[PATCH] missing include in pci-sysfs.c
authorAnton Blanchard <anton@samba.org>
Thu, 6 Feb 2003 08:55:26 +0000 (00:55 -0800)
committerAnton Blanchard <anton@samba.org>
Thu, 6 Feb 2003 08:55:26 +0000 (00:55 -0800)
Add a missing include for those pesky S_IRUGO thingys.

drivers/pci/pci-sysfs.c

index 066c345b2c29b96d7fbe5b8ef269da9eadc9714d..4d33ee733b5b1f63929af21aebec19e9f35a6763 100644 (file)
@@ -14,6 +14,7 @@
 #include <linux/config.h>
 #include <linux/kernel.h>
 #include <linux/pci.h>
+#include <linux/stat.h>
 
 #include "pci.h"