add linux/types.h back, old glibc-kernel-headers want it

Signed-off-by: Kay Sievers <kay.sievers@suse.de>
This commit is contained in:
Kay Sievers 2005-11-12 05:09:34 +01:00
parent c86be870ce
commit 62821d0de1
2 changed files with 2 additions and 0 deletions

View file

@ -39,6 +39,7 @@
#include <sys/un.h>
#include <sys/stat.h>
#include <sys/ioctl.h>
#include <linux/types.h>
#include <linux/netlink.h>
#include "list.h"

View file

@ -29,6 +29,7 @@
#include <sys/socket.h>
#include <sys/un.h>
#include <sys/select.h>
#include <linux/types.h>
#include <linux/netlink.h>
#include "udev.h"