Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix the changed include #3

Merged
merged 1 commit into from Sep 28, 2012
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Jump to
Jump to file
Failed to load files.
Diff view
Diff view
17 changes: 0 additions & 17 deletions airodump-ng_wholmod_r2203.diff
Expand Up @@ -2,23 +2,6 @@ Index: airodump-ng.c
===================================================================
*** src/airodump-ng.c 2012-09-28 11:56:12.470923281 +0200
--- src/airodump-ng_wholmod.c 2012-09-28 12:18:44.007548803 +0200
***************
*** 65,71 ****
#include "uniqueiv.h"
#include "crypto.h"
#include "osdep/osdep.h"
! #include "airodump-ng.h"
#include "osdep/common.h"
#include "common.h"

--- 65,71 ----
#include "uniqueiv.h"
#include "crypto.h"
#include "osdep/osdep.h"
! #include "airodump-ng_wholmod.h"
#include "osdep/common.h"
#include "common.h"

***************
*** 635,640 ****
--- 635,645 ----
Expand Down