Gentoo Websites Logo
Go to: Gentoo Home Documentation Forums Lists Bugs Planet Store Wiki Get Gentoo!
View | Details | Raw Unified | Return to bug 136367 | Differences between
and this patch

Collapse All | Expand All

(-)aircrack-2.41.orig/linux/aireplay.c (-1 / +1 lines)
Lines 20-29 Link Here
20
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
20
 *  Foundation, Inc., 59 Temple Place, Suite 330, Boston, MA  02111-1307  USA
21
 */
21
 */
22
22
23
#include <sys/types.h>
23
#include <linux/rtc.h>
24
#include <linux/rtc.h>
24
#include <linux/if_ether.h>
25
#include <linux/if_ether.h>
25
#include <netpacket/packet.h>
26
#include <netpacket/packet.h>
26
#include <sys/types.h>
27
#include <sys/ioctl.h>
27
#include <sys/ioctl.h>
28
#include <sys/wait.h>
28
#include <sys/wait.h>
29
#include <sys/stat.h>
29
#include <sys/stat.h>

Return to bug 136367