mirror of
https://github.com/vanhoefm/fragattacks.git
synced 2025-01-30 16:54:04 -05:00
The attached patch fixes a few build errors when compiling with GCC 4.3,
caused by a few missing header includes. It was done against 0.5.8, but still applies to 0.5.10.
This commit is contained in:
parent
ccfab35a6a
commit
748e54937d
@ -10,6 +10,7 @@
|
|||||||
** destructor.
|
** destructor.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
enum {
|
enum {
|
||||||
AUTH_NONE = 0,
|
AUTH_NONE = 0,
|
||||||
|
@ -10,6 +10,8 @@
|
|||||||
** destructor.
|
** destructor.
|
||||||
*****************************************************************************/
|
*****************************************************************************/
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
int UserDataRequest::setParams(WpaGui *_wpagui, const char *reqMsg)
|
int UserDataRequest::setParams(WpaGui *_wpagui, const char *reqMsg)
|
||||||
{
|
{
|
||||||
char *tmp, *pos, *pos2;
|
char *tmp, *pos, *pos2;
|
||||||
|
@ -16,6 +16,7 @@
|
|||||||
#include <unistd.h>
|
#include <unistd.h>
|
||||||
#endif
|
#endif
|
||||||
|
|
||||||
|
#include <stdlib.h>
|
||||||
|
|
||||||
void WpaGui::init()
|
void WpaGui::init()
|
||||||
{
|
{
|
||||||
|
Loading…
Reference in New Issue
Block a user