ifcfg-rh: use correct location of wireless.h

We used to require wireless-tools.  We no longer do, so use the
kernel includes header here that we checked for at configure time.
This commit is contained in:
Dan Williams 2012-01-23 12:08:32 -06:00
parent f4da4f5523
commit 93f289bc13

View file

@ -32,13 +32,7 @@
#include <unistd.h>
#include <netinet/ether.h>
#include <linux/if.h>
#ifndef __user
#define __user
#endif
#include <linux/types.h>
#include <wireless.h>
#undef __user
#include <linux/wireless.h>
#include <glib.h>
#include <glib/gi18n.h>